Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/procyon
/ AnyPanicModule
Struct
AnyPanicModule
runtime/module_test.go:29–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
AnyPanicModule
struct
{
30
}
31
32
func
(a AnyPanicModule) Init() {
33
panic(
"any error"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected