MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / fileAction

Method fileAction

src/plugins/system/system.d.ts:80–80  ·  view source on GitHub ↗

* File action using Apps content provider * @param fileUri File uri * @param filename file name * @param action file name * @param onFail

(
    fileUri: string,
    filename: string,
    action: FileAction,
    mimeType: string,
    onFail: OnFail,
  )

Source from the content-addressed store, hash-verified

78 * @param onFail
79 */
80 fileAction(
81 fileUri: string,
82 filename: string,
83 action: FileAction,

Callers 2

contextMenuHandlerFunction · 0.65
editorFile.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected