MCPcopy Create free account
hub / github.com/subquery/subql / argv

Function argv

packages/query/src/yargs.ts:158–160  ·  view source on GitHub ↗
(arg: string)

Source from the content-addressed store, hash-verified

156}
157
158export function argv(arg: string): unknown {
159 return getYargsOption().argv[arg];
160}

Callers 8

logger.tsFile · 0.90
PgConnectionArgOrderByFunction · 0.90
safeClampFunction · 0.90
fetchFromApiFunction · 0.90
PgDistinctPluginFunction · 0.90

Calls 1

getYargsOptionFunction · 0.85

Tested by

no test coverage detected