MCPcopy 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
41function setPlatform(value: NodeJS.Platform): void {
42 Object.defineProperty(process, 'platform', { value });
43}
44
45describe('supportsUnicode', () => {
46 let originalPlatform: NodeJS.Platform;

Callers 1

glyphs.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected