Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ patternScopes
Function
patternScopes
lib/web/tern/infer.js:1071–1073 ·
view source on GitHub ↗
(inner, outer)
Source
from the content-addressed store, hash-verified
1069
}
1070
1071
function
patternScopes(inner, outer) {
1072
return
{inner: inner, outer: outer || inner}
1073
}
1074
1075
var
scopeGatherer = exports.scopeGatherer = walk.make({
1076
VariablePattern:
function
(node, scopes) {
Callers
1
infer.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected