MCPcopy
hub / github.com/dosco/graphjin / stringContext

Struct stringContext

core/subs.go:761–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761type stringContext struct {
762 sb strings.Builder
763 ct string
764}
765
766func (c *stringContext) Write(s string) (int, error) {
767 return c.sb.WriteString(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected