MCPcopy Create free account
hub / github.com/DevLARLEY/PlayreadyProxy2 / saveExecutableName

Method saveExecutableName

utils.js:160–162  ·  view source on GitHub ↗
(exe_name)

Source from the content-addressed store, hash-verified

158 }
159
160 static async saveExecutableName(exe_name) {
161 await AsyncLocalStorage.setStorage({ exe_name: exe_name });
162 }
163
164 static async getExecutableName() {
165 const result = await AsyncLocalStorage.getStorage(["exe_name"]);

Callers 1

panel.jsFile · 0.80

Calls 1

setStorageMethod · 0.80

Tested by

no test coverage detected