MCPcopy Create free account
hub / github.com/araddon/qlbridge / value.go

File value.go

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

Source from the content-addressed store, hash-verified

1// Value package defines the core value types (string, int, etc) for the
2// qlbridge package, mostly used to provide common interfaces instead
3// of reflection for virtual machine.
4package value

Callers

nothing calls this directly

Calls 14

NewNilValueFunction · 0.85
NewNumberValueFunction · 0.85
NewStringValueFunction · 0.85
NewStringsValueFunction · 0.85
NewMapValueFunction · 0.85
NewMapStringValueFunction · 0.85
NewMapIntValueFunction · 0.85
NewMapNumberValueFunction · 0.85
NewMapTimeValueFunction · 0.85
NewMapBoolValueFunction · 0.85
NewStructValueFunction · 0.85
NewTimeValueFunction · 0.85

Tested by

no test coverage detected