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

Function appendValueTypes

module.go:59–64  ·  view source on GitHub ↗
(buffer []api.ValueType, values []Value)

Source from the content-addressed store, hash-verified

57}
58
59func appendValueTypes(buffer []api.ValueType, values []Value) []api.ValueType {
60 for _, v := range values {
61 buffer = append(buffer, v.ValueTypes()...)
62 }
63 return buffer
64}
65
66func bind[T Module](f func(T, context.Context, api.Module, []uint64)) api.GoModuleFunction {
67 return contextualizedGoModuleFunction[T](f)

Callers 1

BuildFunction · 0.85

Calls 1

ValueTypesMethod · 0.65

Tested by

no test coverage detected