Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
func
NewScriptNum(v int64) *ScriptNum {
268
return
&ScriptNum{Value: v}
269
}
Callers
2
GetScriptNum
Function · 0.85
PushInt64
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected