Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ innerInspect
Method
innerInspect
lib/internal/url.js:442–442 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
440
innerOpts.depth = recurseTimes - 1;
441
}
442
const
innerInspect = (v) => inspect(v, innerOpts);
443
444
const
list = this.#searchParams;
445
const
output = [];
Callers
nothing calls this directly
Calls
1
inspect
Function · 0.70
Tested by
no test coverage detected