MCPcopy Create free account
hub / github.com/ReaJason/MemShellParty / ProbeConfig

Interface ProbeConfig

web/app/types/probeshell.ts:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type ProbeContent = "BasicInfo" | "Server" | "OS" | "JDK" | "Bytecode" | "Command";
4
5export interface ProbeConfig {
6 probeMethod: string;
7 probeContent: string;
8 shellClassName?: string;
9 targetJreVersion?: string;
10 debug?: boolean;
11 byPassJavaModule?: boolean;
12 shrink?: boolean;
13 staticInitialize?: boolean;
14 lambdaSuffix?: boolean;
15}
16
17export interface ProbeContentConfig {
18 host?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected