Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/browserify/static-module
/ resolveProperty
Function
resolveProperty
index.js:406–408 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
404
}
405
406
function
resolveProperty(node) {
407
return
node.
type
===
'Identifier'
? node.name : node.value;
408
}
409
410
function
st (msg) {
411
var
r =
new
Readable;
Callers
1
walk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…