MCPcopy 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
44func (fm *FieldModelBool) Get() (bool, error) {
45 return fm.GetDefault(false)
46}
47
48// Get the value with provided default value
49func (fm *FieldModelBool) GetDefault(defaults bool) (bool, error) {

Callers 2

TestCreateFunction · 0.45
mainFunction · 0.45

Calls 1

GetDefaultMethod · 0.95

Tested by 1

TestCreateFunction · 0.36