Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
70049
var
_platformHeaders;
Callers
1
defaultHeaders
Method · 0.85
Calls
1
getPlatformProperties
Function · 0.85
Tested by
no test coverage detected