Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
ast
2
3
type
InlineCodeBlock
struct
{
4
SourceText *string
5
LangOid Oid
6
LangIsTrusted bool
7
}
8
9
func
(n *InlineCodeBlock) Pos() int {
10
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected