MCPcopy
hub / github.com/affaan-m/ECC / discussionGhKey

Function discussionGhKey

tests/scripts/platform-audit.test.js:96–98  ·  view source on GitHub ↗
(owner, name, first = 100)

Source from the content-addressed store, hash-verified

94}
95
96function discussionGhKey(owner, name, first = 100) {
97 return `api graphql -f owner=${owner} -f name=${name} -F first=${first} -f query=${DISCUSSION_QUERY}`;
98}
99
100function discussionEnabledGhKey(owner, name) {
101 return `api graphql -f owner=${owner} -f name=${name} -f query=${DISCUSSION_ENABLED_QUERY}`;

Callers 1

runTestsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected