MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / server.test.ts

File server.test.ts

packages/message/server.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, beforeEach, vi, afterEach } from "vitest";
2import { GetSenderType, SenderConnect, SenderRuntime, Server, type IGetSender } from "./server";
3import { CustomEventMessage } from "./custom_event_message";
4import type { MessageConnect, RuntimeMessageSender } from "./types";

Callers

nothing calls this directly

Calls 15

setupGlobalFunction · 0.85
nextFunction · 0.85
fnMethod · 0.80
pushMethod · 0.80
sortMethod · 0.80
connectHandleMethod · 0.80
nextTickFunction · 0.70
sendMessageMethod · 0.65
groupMethod · 0.65
useMethod · 0.65
getSenderMethod · 0.65
getExtMessageSenderMethod · 0.65

Tested by

no test coverage detected