MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / examToken

Function examToken

src/common/translate/token.ts:115–122  ·  view source on GitHub ↗
(config: KeyConfig)

Source from the content-addressed store, hash-verified

113]);
114
115export function examToken(config: KeyConfig): boolean {
116 for (const value of Object.values(config)) {
117 if (value.length == 0) {
118 return false;
119 }
120 }
121 return true;
122}

Callers 3

setUpMethod · 0.90
setUpMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected