mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
10
src/services/contextCollapse/index.ts
Normal file
10
src/services/contextCollapse/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const getStats: any = (() => {}) as any;
|
||||
export const isContextCollapseEnabled: any = (() => {}) as any;
|
||||
export const subscribe: any = (() => {}) as any;
|
||||
export const applyCollapsesIfNeeded: any = (() => {}) as any;
|
||||
export const isWithheldPromptTooLong: any = (() => {}) as any;
|
||||
export const recoverFromOverflow: any = (() => {}) as any;
|
||||
export const resetContextCollapse: any = (() => {}) as any;
|
||||
export const initContextCollapse: any = (() => {}) as any;
|
||||
3
src/services/contextCollapse/operations.ts
Normal file
3
src/services/contextCollapse/operations.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const projectView: any = (() => {}) as any;
|
||||
3
src/services/contextCollapse/persist.ts
Normal file
3
src/services/contextCollapse/persist.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const restoreFromEntries: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user