MCPcopy Create free account
hub / github.com/Masterminds/cookoo / Value

Method Value

context.go:148–148  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

146// clauses in a registry configuration.
147type KeyValueDatasource interface {
148 Value(key string) interface{}
149}
150
151// NewContext creates a new empty cookoo.ExecutionContext and calls its Init() method.

Callers 7

defaultFromSourcesMethod · 0.65
GetMethod · 0.65
HasMethod · 0.65
TestURLDatasourceFunction · 0.65
TestFormValuesDatasourceFunction · 0.65
TestPathDatasourceFunction · 0.65

Implementers 7

MockDatasourcerouter_test.go
testDsgetter_test.go
RequestHeaderDatasourceweb/datasources.go
FormValuesDatasourceweb/datasources.go
QueryParameterDatasourceweb/datasources.go
URLDatasourceweb/datasources.go
PathDatasourceweb/datasources.go

Calls

no outgoing calls

Tested by 4

TestURLDatasourceFunction · 0.52
TestFormValuesDatasourceFunction · 0.52
TestPathDatasourceFunction · 0.52