MCPcopy
hub / github.com/iron-io/functions / Get

Method Get

api/models/datastore.go:64–64  ·  view source on GitHub ↗
(context.Context, []byte)

Source from the content-addressed store, hash-verified

62 // todo: should we namespace these by app? Then when an app is deleted, it can delete any of this extra data too.
63 Put(context.Context, []byte, []byte) error
64 Get(context.Context, []byte) ([]byte, error)
65}
66
67var (

Callers 15

downloadToFileFunction · 0.65
listMethod · 0.65
callMethod · 0.65
createMethod · 0.65
updateMethod · 0.65
configSetMethod · 0.65
configUnsetMethod · 0.65
inspectMethod · 0.65
deleteMethod · 0.65
tokenMethod · 0.65
TestEnvAsHeaderFunction · 0.65
createMethod · 0.65

Implementers 6

mockapi/datastore/mock.go
PostgresDatastoreapi/datastore/postgres/postgres.go
MySQLDatastoreapi/datastore/mysql/mysql.go
validatorapi/datastore/internal/datastoreutil/v
RedisDataStoreapi/datastore/redis/redis.go
BoltDatastoreapi/datastore/bolt/bolt.go

Calls

no outgoing calls

Tested by 4

TestEnvAsHeaderFunction · 0.52
TestFunction · 0.52
TestRouteRunnerExecutionFunction · 0.52
TestRouteRunnerTimeoutFunction · 0.52