Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
147
type
KeyValueDatasource
interface
{
148
Value(key string)
interface
{}
149
}
150
151
// NewContext creates a new empty cookoo.ExecutionContext and calls its Init() method.
Callers
7
defaultFromSources
Method · 0.65
Get
Method · 0.65
Has
Method · 0.65
TestURLDatasource
Function · 0.65
TestQueryParameterDatasource
Function · 0.65
TestFormValuesDatasource
Function · 0.65
TestPathDatasource
Function · 0.65
Implementers
7
MockDatasource
router_test.go
testDs
getter_test.go
RequestHeaderDatasource
web/datasources.go
FormValuesDatasource
web/datasources.go
QueryParameterDatasource
web/datasources.go
URLDatasource
web/datasources.go
PathDatasource
web/datasources.go
Calls
no outgoing calls
Tested by
4
TestURLDatasource
Function · 0.52
TestQueryParameterDatasource
Function · 0.52
TestFormValuesDatasource
Function · 0.52
TestPathDatasource
Function · 0.52