Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ RowStub
Struct
RowStub
row_test.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
RowStub
struct
{
11
Scanned bool
12
}
13
14
func
(r *RowStub) Scan(_ ...
interface
{}) error {
15
r.Scanned = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected