MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime-go / mkFunc

Function mkFunc

func.go:323–325  ·  view source on GitHub ↗
(val C.wasmtime_func_t)

Source from the content-addressed store, hash-verified

321}
322
323func mkFunc(val C.wasmtime_func_t) *Func {
324 return &Func{val}
325}
326
327// Type returns the type of this func
328func (f *Func) Type(store Storelike) *FuncType {

Callers 5

mkValFunction · 0.85
FuncMethod · 0.85
NewFuncFunction · 0.85
WrapFuncFunction · 0.85
GetDefaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…