CollapsedReadSearchGroup constructor
CollapsedReadSearchGroup({
- required String uuid,
- DateTime? timestamp,
- int searchCount = 0,
- int readCount = 0,
- int listCount = 0,
- int replCount = 0,
- int memorySearchCount = 0,
- int memoryReadCount = 0,
- int memoryWriteCount = 0,
- int? teamMemorySearchCount,
- int? teamMemoryReadCount,
- int? teamMemoryWriteCount,
- List<
String> readFilePaths = const [], - List<
String> searchArgs = const [], - String? latestDisplayHint,
- List<
RenderableMessage> messages = const [], - RenderableMessage? displayMessage,
- int? mcpCallCount,
- List<
String> ? mcpServerNames, - int? bashCount,
- int? gitOpBashCount,
- List<
DetectedCommit> ? commits, - List<
DetectedPush> ? pushes, - List<
DetectedBranch> ? branches, - List<
DetectedPr> ? prs, - int? hookTotalMs,
- int? hookCount,
- List<
StopHookInfo> ? hookInfos, - List<
Map< ? relevantMemories,String, dynamic> >
Implementation
CollapsedReadSearchGroup({
required this.uuid,
this.timestamp,
this.searchCount = 0,
this.readCount = 0,
this.listCount = 0,
this.replCount = 0,
this.memorySearchCount = 0,
this.memoryReadCount = 0,
this.memoryWriteCount = 0,
this.teamMemorySearchCount,
this.teamMemoryReadCount,
this.teamMemoryWriteCount,
this.readFilePaths = const [],
this.searchArgs = const [],
this.latestDisplayHint,
this.messages = const [],
this.displayMessage,
this.mcpCallCount,
this.mcpServerNames,
this.bashCount,
this.gitOpBashCount,
this.commits,
this.pushes,
this.branches,
this.prs,
this.hookTotalMs,
this.hookCount,
this.hookInfos,
this.relevantMemories,
});