MCPcopy Create free account
hub / github.com/Bytez-com/docs / paramsExist

Function paramsExist

docs/scripts/generatePages/index.js:406–408  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

404}
405
406function paramsExist(params) {
407 return params && Object.keys(params).length > 0;
408}
409
410if (require.main === module) {
411 main();

Callers 3

generateCodeSnippetsFunction · 0.85
formatCurlFunction · 0.85
formatIntoSectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected