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

Method WriteString

core/internal/dialect/dialect.go:20–20  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

18type Context interface {
19 Write(s string) (int, error)
20 WriteString(s string) (int, error) // io.StringWriter
21 AddParam(p Param) string
22
23 // Helpers commonly used by dialects

Callers 15

BuildSelectFunction · 0.65
FilesystemKeyRefsFunction · 0.65
prettifyFunction · 0.65
toPascalCaseFunction · 0.65
inlinePositionalArgsFunction · 0.65
selectSignatureFunction · 0.65
buildChildGraphQLQueryFunction · 0.65
writeGraphQLLiteralFunction · 0.65
writeSelectFieldsFunction · 0.65
buildDatabaseQueryMethod · 0.65
writeFieldsRecursiveFunction · 0.65

Implementers 3

stringContextcore/subs.go
compilerContextcore/internal/psql/query.go
redshiftSubscriptionWrapContextcore/internal/psql/redshift_dialect_te

Calls

no outgoing calls

Tested by 5

WriteMethod · 0.52
WriteStringMethod · 0.52