Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/olric-data/olric
/ Scan
Method
Scan
get_response.go:31–36 ·
view source on GitHub ↗
(v interface{})
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(g *GetResponse) Scan(v
interface
{}) error {
32
if
g.entry == nil {
33
return
ErrNilResponse
34
}
35
return
resp.Scan(g.entry.Value(), v)
36
}
37
38
func
(g *GetResponse) Int() (int, error) {
39
v := new(int)
Callers
15
Int
Method · 0.95
String
Method · 0.95
Int8
Method · 0.95
Int16
Method · 0.95
Int32
Method · 0.95
Int64
Method · 0.95
Uint
Method · 0.95
Uint8
Method · 0.95
Uint16
Method · 0.95
Uint32
Method · 0.95
Uint64
Method · 0.95
Float32
Method · 0.95
Calls
2
Scan
Function · 0.92
Value
Method · 0.65
Tested by
1
TestDMap_Get_GetResponse
Function · 0.76