MCPcopy Create free account
hub / github.com/codnect/procyon / Origin

Method Origin

runtime/environment.go:88–90  ·  view source on GitHub ↗

Origin returns the underlying source object.

()

Source from the content-addressed store, hash-verified

86
87// Origin returns the underlying source object.
88func (s *EnvPropertySource) Origin() string {
89 return "os.Environ()"
90}
91
92// Value method returns the value of the environment property with the given key.
93func (s *EnvPropertySource) Value(key string) (any, bool) {

Callers 1

Calls

no outgoing calls

Tested by 1