MCPcopy
hub / github.com/vercel-labs/just-bash / getEnv

Method getEnv

packages/just-bash/src/Bash.ts:832–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830 }
831
832 getEnv(): Record<string, string> {
833 return mapToRecord(this.state.env);
834 }
835
836 // biome-ignore lint/suspicious/noExplicitAny: accepts any plugin for untyped API
837 registerTransformPlugin(plugin: TransformPlugin<any>): void {

Callers 4

syncHistoryMethod · 0.80
getPromptMethod · 0.80

Calls 1

mapToRecordFunction · 0.85

Tested by

no test coverage detected