A  B  C  D  E  F  G  I  J  K  L  M  O  P  R  S  T  U  V  W 

R

readFile(java.lang.String,java.nio.charset.Charset) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
Read a text file.
readFileLines(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
Read a file with surrounding context lines (like head/tail).
readOutput(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentShell
 
record(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Long) - function in ai.platon.pulsar.coding.CodingTokenStats
Record one tool call.
references(java.lang.String,java.lang.String,java.lang.String) - function in ai.platon.pulsar.coding.KotlinSemanticIndexer
Find references to symbol in Kotlin source — call sites (symbol(...)) and property usages (.symbol / bare symbol).
references(java.lang.String,java.lang.String) - function in ai.platon.pulsar.coding.LanguageServerManager
Find references to symbol (exact name) in the given path.
referencesInFiles(java.util.Map,java.lang.String,java.lang.Boolean) - function in ai.platon.pulsar.coding.KotlinSemanticIndexer
Cross-file references: scan files (relative path → Kotlin source) for symbol, returning hits annotated with their file.
replaceInFile(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
Replace all occurrences of a string in a file.
replaceRegexInFile(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
Replace all matches of a regular expression in a file.
RepoConsistencyCheck - class in ai.platon.pulsar.coding
Repo-governance consistency checks for Browser4 self-development.
report() - function in ai.platon.pulsar.coding.CodingTokenStats
Human-readable report: one line per method (sorted by output tokens), plus a total line.
reset() - function in ai.platon.pulsar.coding.CodingTokenStats
Drop all recorded statistics and restart the "since" clock.
resetCommand(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentShell
Remove a command from both the allow and deny lists, reverting to the default category-based policy.
resolvePathString(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
Resolve a path against the workspace sandbox and return the absolute path string.
restEndpoint(java.lang.String,java.lang.String) - function in ai.platon.pulsar.coding.DevFlowScaffolds
Generate the REST endpoint skeleton (Controller + Service + test), mirroring the SwarmController/SwarmService task-store pattern:
revert(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
Restore a file to its snapshot (the state before the first tracked write).
run(java.lang.String,java.lang.String,java.lang.Long,java.util.List) - function in ai.platon.pulsar.coding.CodeRunner
Run code in a sandboxed subprocess.
A  B  C  D  E  F  G  I  J  K  L  M  O  P  R  S  T  U  V  W