mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 17:42:54 +00:00
docs: continue inline comment pass (#88849)
Adds broad inline comments and JSDoc for CLI, cron, outbound/channel, plugin SDK, ACP, shared helpers, net policy, and related utility contracts. Proof: git diff --check on latest exact head plus focused cron tests passed; CI had no failing checks observed before merge attempt.
This commit is contained in:
committed by
GitHub
parent
4932391e8a
commit
1e7510ae10
@@ -1,3 +1,4 @@
|
||||
/** Formats a bounded comma-separated sample of string entries with a hidden-count suffix. */
|
||||
export function summarizeStringEntries(params: {
|
||||
entries?: ReadonlyArray<string> | null;
|
||||
limit?: number;
|
||||
|
||||
Reference in New Issue
Block a user