Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ resolveImportInputValue
Function
resolveImportInputValue
pkg/parser/import_field_extractor.go:1367–1369 ·
view source on GitHub ↗
(inputs map[string]any, inputPath string)
Source
from the content-addressed store, hash-verified
1365
}
1366
1367
func
resolveImportInputValue(inputs
map
[string]any, inputPath string) (any, bool) {
1368
return
importinpututil.ResolvePathValue(inputs, inputPath)
1369
}
Callers
1
resolveImportInputPath
Function · 0.85
Calls
1
ResolvePathValue
Function · 0.92
Tested by
no test coverage detected