MCPcopy Create free account
hub / github.com/GooGee/Entity-Builder / editFile

Function editFile

src/Bridge/sendToJava.ts:14–16  ·  view source on GitHub ↗
(name: string, content: string)

Source from the content-addressed store, hash-verified

12}
13
14export function editFile(name: string, content: string) {
15 return sendToJava(ActionEnum.edit, name, content)
16}
17
18export function openLink(link: string) {
19 return sendToJava(ActionEnum.open, link, "")

Callers 1

EditButtonFunction · 0.90

Calls 1

sendToJavaFunction · 0.85

Tested by

no test coverage detected