MCPcopy Create free account
hub / github.com/copernet/copernicus / NewScriptNum

Function NewScriptNum

model/script/scriptnum.go:267–269  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

265}
266
267func NewScriptNum(v int64) *ScriptNum {
268 return &ScriptNum{Value: v}
269}

Callers 2

GetScriptNumFunction · 0.85
PushInt64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected