MCPcopy 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
1367func resolveImportInputValue(inputs map[string]any, inputPath string) (any, bool) {
1368 return importinpututil.ResolvePathValue(inputs, inputPath)
1369}

Callers 1

resolveImportInputPathFunction · 0.85

Calls 1

ResolvePathValueFunction · 0.92

Tested by

no test coverage detected