Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
type
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
BuildSelect
Function · 0.65
FilesystemKeyRefs
Function · 0.65
prettify
Function · 0.65
toPascalCase
Function · 0.65
inlinePositionalArgs
Function · 0.65
selectSignature
Function · 0.65
buildChildGraphQLQuery
Function · 0.65
writeGraphQLLiteral
Function · 0.65
writeGraphQLStringLiteral
Function · 0.65
writeSelectFields
Function · 0.65
buildDatabaseQuery
Method · 0.65
writeFieldsRecursive
Function · 0.65
Implementers
3
stringContext
core/subs.go
compilerContext
core/internal/psql/query.go
redshiftSubscriptionWrapContext
core/internal/psql/redshift_dialect_te
Calls
no outgoing calls
Tested by
5
Write
Method · 0.52
WriteString
Method · 0.52
TestProxy_RecoversWithoutRestart
Function · 0.52
TestProxy_HTTP4xxDoesNotMarkDisconnected
Function · 0.52
TestLoadVars_InlineAndFile
Function · 0.52