Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultBatchSize = 50
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphStreamer ¶ added in v0.8.12
type GraphStreamer struct {
// contains filtered or unexported fields
}
func NewGraphStreamer ¶ added in v0.8.12
func NewGraphStreamer(parentCtx context.Context, runner appContext.CommandRunner, revset string, jjTemplate string) (*GraphStreamer, error)
NewGraphStreamer runs `jj log` command with given revset and jjTemplate and Returns: - Streamer: If stdout is successfully opened. - Error: Returns the stderr output (warnings are also written to stderr).
func (*GraphStreamer) Close ¶ added in v0.8.12
func (g *GraphStreamer) Close()
func (*GraphStreamer) RequestMore ¶ added in v0.8.12
func (g *GraphStreamer) RequestMore() parser.RowBatch
Click to show internal directories.
Click to hide internal directories.