Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ PushBool
Method
PushBool
vm/neovm/value_stack_conversion.go:29–31 ·
view source on GitHub ↗
(val bool)
Source
from the content-addressed store, hash-verified
27
)
28
29
func
(self *ValueStack) PushBool(val bool) error {
30
return
self.Push(types.VmValueFromBool(val))
31
}
32
33
func
(self *ValueStack) PopAsBool() (bool, error) {
34
val, err := self.Pop()
Callers
3
ExecuteOp
Method · 0.80
RuntimeCheckWitness
Function · 0.80
RuntimeVerifyMutiSig
Function · 0.80
Calls
2
Push
Method · 0.95
VmValueFromBool
Function · 0.92
Tested by
no test coverage detected