MCPcopy
hub / github.com/pyodide/pyodide / Application

Interface Application

docs/sphinx_pyodide/sphinx_pyodide/sphinxJsConfig.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9declare module "typedoc" {
10 export interface Application {
11 extraData: {
12 ffiFields: string[];
13 pyproxyMethods: [string, (Attribute | IRFunction)[]][];
14 };
15 }
16}
17
18function shouldDestructureArg(param) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…