Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goplus/py
/ CheckExact
Method
CheckExact
module.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(mod *Module) CheckExact() bool {
67
return
C.moduleCheckE(mod.c()) != 0
68
}
69
70
// Return value: Borrowed reference.
71
func
(mod *Module) Dict() *Dict {
Callers
nothing calls this directly
Calls
1
c
Method · 0.80
Tested by
no test coverage detected