MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / parseUserName

Function parseUserName

panel/src/app/service/exchange_service.ts:150–153  ·  view source on GitHub ↗
(t?: string)

Source from the content-addressed store, hash-verified

148}
149
150export function parseUserName(t?: string) {
151 if (!t || typeof t !== "string") return "";
152 return toText(t) ?? "";
153}
154
155export async function buyOrRenewInstance(
156 request_action: RequestAction,

Callers 3

buyOrRenewInstanceFunction · 0.85
queryInstanceByUserIdFunction · 0.85

Calls 1

toTextFunction · 0.85

Tested by

no test coverage detected