MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / InlineCodeBlock

Struct InlineCodeBlock

internal/sql/ast/inline_code_block.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type InlineCodeBlock struct {
4 SourceText *string
5 LangOid Oid
6 LangIsTrusted bool
7}
8
9func (n *InlineCodeBlock) Pos() int {
10 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected