Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/node-ffi/node-ffi
/ errno.js
File
errno.js
lib/errno.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
DynamicLibrary = require(
'./dynamic_library'
)
2
, ForeignFunction = require(
'./foreign_function'
)
3
, bindings = require(
'./bindings'
)
4
, funcs = bindings.StaticFunctions
Callers
nothing calls this directly
Calls
2
DynamicLibrary
Function · 0.85
ForeignFunction
Function · 0.70
Tested by
no test coverage detected