MCPcopy Index your code
hub / github.com/FIND-Lab/AgentWard / readString

Method readString

core/state.ts:65–67  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

63 }
64
65 private static readString(value: unknown): string {
66 return typeof value === "string" ? value.trim() : "";
67 }
68
69 private trySetLLMContextFromPluginConfig(api: OpenClawPluginApi): boolean {
70 const pluginConfig = api.pluginConfig as Record<string, unknown> | undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected