A
B
C
D
E
F
G
I
J
K
L
M
O
P
R
S
T
U
V
W
T
- testClass(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in ai.platon.pulsar.coding.DevFlowScaffolds
- Generate a Kotlin test-class skeleton following repo conventions (camelCase method names + @DisplayName, runBlocking for suspend).
- toCamelCase(java.lang.String) - function in ai.platon.pulsar.coding.ArtifactScaffolds
- Convert kebab-case or PascalCase to camelCase.
- toClassName(java.lang.String) - function in ai.platon.pulsar.coding.ArtifactScaffolds
- Convert kebab-case or snake_case to PascalCase.
- TokenEstimator - class in ai.platon.pulsar.coding
- Heuristic LLM token estimator for tool-call input/output text.
- toString() - function in ai.platon.pulsar.coding.ShellResult
- toUnified(java.lang.String,java.lang.String,java.util.List,java.lang.Integer) - function in ai.platon.pulsar.coding.DiffEngine
- Render edits as a unified diff (
--- a//+++ b/header with hunks). - transitiveDependents(ai.platon.pulsar.coding.ModuleGraph.Graph,java.lang.String) - function in ai.platon.pulsar.coding.ModuleGraph
- All modules transitively affected when modulePath changes: the module itself plus every module that (directly or transitively) depends on it.
- transitiveDependents(java.lang.String) - function in ai.platon.pulsar.coding.ModuleMap
- All modules transitively affected when module changes (module + its direct dependents, transitively closed).