MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / getPlatformHeaders

Function getPlatformHeaders

out/cli.cjs:70044–70046  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70042 return "OpenBSD";
70043 if (platform === "linux")
70044 return "Linux";
70045 if (platform)
70046 return `Other:${platform}`;
70047 return "Unknown";
70048};
70049var _platformHeaders;

Callers 1

defaultHeadersMethod · 0.85

Calls 1

getPlatformPropertiesFunction · 0.85

Tested by

no test coverage detected