Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ setPlatform
Function
setPlatform
__tests__/glyphs.test.ts:41–43 ·
view source on GitHub ↗
(value: NodeJS.Platform)
Source
from the content-addressed store, hash-verified
39
}
40
41
function
setPlatform(value: NodeJS.Platform): void {
42
Object.defineProperty(process,
'platform'
, { value });
43
}
44
45
describe(
'supportsUnicode'
, () => {
46
let
originalPlatform: NodeJS.Platform;
Callers
1
glyphs.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected