MCPcopy Create free account
hub / github.com/araddon/qlbridge / IntValue

Struct IntValue

value/value.go:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 v float64
185 }
186 IntValue struct {
187 v int64
188 }
189 BoolValue struct {
190 v bool
191 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected