MCPcopy Create free account
hub / github.com/coder/guts / Source

Struct Source

bindings/comments.go:60–63  ·  view source on GitHub ↗

Source is the golang file that an entity is sourced from.

Source from the content-addressed store, hash-verified

58
59// Source is the golang file that an entity is sourced from.
60type Source struct {
61 File string
62 Position token.Position
63}
64
65// SourceComment returns a synthetic comment indicating the source file.
66// If the source file is empty, the second return is false.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected