Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ Get
Method
Get
projects/Go/proto/fbe/FieldModelBool.go:44–46 ·
view source on GitHub ↗
Get the value
()
Source
from the content-addressed store, hash-verified
42
43
// Get the value
44
func
(fm *FieldModelBool) Get() (bool, error) {
45
return
fm.GetDefault(false)
46
}
47
48
// Get the value with provided default value
49
func
(fm *FieldModelBool) GetDefault(defaults bool) (bool, error) {
Callers
2
TestCreate
Function · 0.45
main
Function · 0.45
Calls
1
GetDefault
Method · 0.95
Tested by
1
TestCreate
Function · 0.36