Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qawolf/cli
/ ProcessEnv
Interface
ProcessEnv
src/env.d.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace NodeJS {
5
// oxlint-disable-next-line @typescript-eslint/consistent-type-definitions
6
interface
ProcessEnv {
7
QAWOLF_COMPILED?: string;
8
}
9
}
10
}
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected