Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Masterminds/structable
/ Scan
Method
Scan
structable_test.go:328–331 ·
view source on GitHub ↗
(_ ...interface{})
Source
from the content-addressed store, hash-verified
326
}
327
328
func
(r *RowStub) Scan(_ ...
interface
{}) error {
329
r.Scanned = true
330
return
nil
331
}
332
333
type
ResultStub
struct
{
334
id, affectedRows int64
Callers
12
loadFromSql
Method · 0.80
Load
Method · 0.80
LoadWhere
Method · 0.80
Exists
Method · 0.80
ExistsWhere
Method · 0.80
insertPg
Method · 0.80
loadFromSql
Method · 0.80
TestPlainStructDelete
Function · 0.80
publicTables
Function · 0.80
importTable
Function · 0.80
primaryKeyField
Function · 0.80
sequentialKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected