MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / parseButtonContext

Function parseButtonContext

src/back/extensions/ExtensionsScanner.ts:245–248  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

243}
244
245function parseButtonContext(value: any): ButtonContext {
246 // TODO : Validate
247 return value;
248}
249
250function parseApplication(parser: IObjectParserProp<Application>): Application {
251 const application: Application = {

Callers 1

parseContextButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected