MCPcopy Create free account
hub / github.com/dispatchrun/wazergo / Functions

Method Functions

module.go:26–26  ·  view source on GitHub ↗

Returns the collection of functions exported by the host module. The method may return the same value across multiple calls to this method, the program is expected to treat it as a read-only value.

()

Source from the content-addressed store, hash-verified

24 // The method may return the same value across multiple calls to this
25 // method, the program is expected to treat it as a read-only value.
26 Functions() Functions[T]
27 // Creates a new instance of the host module type, using the list of options
28 // passed as arguments to configure it. This method is intended to be called
29 // automatically when instantiating a module via an instantiation context.

Callers 2

BuildFunction · 0.65
DecorateFunction · 0.65

Implementers 1

pluginfunction_test.go

Calls

no outgoing calls

Tested by

no test coverage detected