MCPcopy
hub / github.com/ocsjs/ocsjs / CommonWorkOptions

Interface CommonWorkOptions

packages/scripts/src/utils/index.ts:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { MessageAttrs } from 'easy-us/lib/interfaces/custom-window';
6
7export interface CommonWorkOptions {
8 period: number;
9 thread: number;
10 upload: WorkUploadType;
11 answererWrappers: AnswererWrapper[];
12 stopSecondWhenFinish: number;
13 redundanceWordsText: string;
14 answerSeparators: string;
15}
16
17/** 创建答题预处理信息 */
18export function workPreCheckMessage(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected