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

Function text

src/pages/runningProcesses/runningProcesses.js:8–8  ·  view source on GitHub ↗
(key, fallback)

Source from the content-addressed store, hash-verified

6import actionStack from "lib/actionStack";
7
8const text = (key, fallback) => strings[key] || fallback;
9
10export default function RunningProcesses() {
11 const $refresh = (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected