Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime-go
/ TestStore
Function
TestStore
store_test.go:9–14 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
TestStore(t *testing.T) {
10
engine := NewEngine()
11
defer
engine.Close()
12
store := NewStore(engine)
13
defer
store.Close()
14
}
15
16
func
TestInterruptWasm(t *testing.T) {
17
config := NewConfig()
Callers
nothing calls this directly
Calls
4
Close
Method · 0.95
Close
Method · 0.95
NewEngine
Function · 0.85
NewStore
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…