MCPcopy Create free account
hub / github.com/massCodeIO/massCode / asString

Function asString

src/main/http/import/postman.ts:35–37  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

33}
34
35function asString(value: unknown): string {
36 return typeof value === 'string' ? value : ''
37}
38
39function readJsonFile(file: HttpImportFile, warnings: HttpImportWarning[]) {
40 try {

Callers 10

isPostmanCollectionFunction · 0.70
parseAuthFunction · 0.70
parseHeadersFunction · 0.70
parsePostmanQueryFunction · 0.70
parseUrlFunction · 0.70
parseBodyFunction · 0.70
parseVariablesFunction · 0.70
parseRequestFunction · 0.70
walkItemsFunction · 0.70
parseCollectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected