MCPcopy
hub / github.com/EutropicAI/Final2x / getList

Method getList

src/renderer/src/utils/IOPath.ts:63–67  ·  view source on GitHub ↗

* @description Get all inputpath from inputpathMap * @returns inputpathMap string list

()

Source from the content-addressed store, hash-verified

61 * @returns inputpathMap string list
62 */
63 static getList(): string[] {
64 const { inputpathMap } = storeToRefs(useIOPathStore())
65 // return inputpath value with String List
66 return Array.from(inputpathMap.value.values())
67 }
68
69 /**
70 * @description check inputpathMap is empty

Callers 4

showMethod · 0.95
IOPath.test.tsFile · 0.80
getOutPutPATHFunction · 0.80
getFinal2xCoreConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected