MCPcopy Create free account
hub / github.com/tiann/hapi / setPlatform

Function setPlatform

cli/src/codex/utils/codexExecutable.test.ts:66–71  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

64}
65
66function setPlatform(value: string) {
67 Object.defineProperty(process, 'platform', {
68 value,
69 configurable: true
70 });
71}
72
73describe('resolveCodexCommand', () => {
74 beforeAll(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected