Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ visitIndexType
Function
visitIndexType
test/fixtures/snapshot/typescript.js:47868–47870 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
47866
ts.forEach(
type
.types, visitType);
47867
}
47868
function
visitIndexType(
type
) {
47869
visitType(
type
.
type
);
47870
}
47871
function
visitIndexedAccessType(
type
) {
47872
visitType(
type
.objectType);
47873
visitType(
type
.indexType);
Callers
1
visitType
Function · 0.85
Calls
1
visitType
Function · 0.85
Tested by
no test coverage detected