MCPcopy Create free account
hub / github.com/efficientgo/e2e / SetMetadata

Method SetMetadata

env.go:186–186  ·  view source on GitHub ↗

SetMetadata allows setting extra metadata describing runnable.

(key, value any)

Source from the content-addressed store, hash-verified

184
185 // SetMetadata allows setting extra metadata describing runnable.
186 SetMetadata(key, value any)
187 // GetMetadata retrieves metadata by given key or return false if not found.
188 GetMetadata(key any) (any, bool)
189}

Callers 2

AsProfiledFunction · 0.65
AsInstrumentedFunction · 0.65

Implementers 2

errorerenv_docker.go
dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by

no test coverage detected