MCPcopy Index your code
hub / github.com/codeaashu/claude-code / contentLength

Function contentLength

src/commands/commit-push-pr.ts:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 description: 'Commit, push, and open a PR',
112 allowedTools: ALLOWED_TOOLS,
113 get contentLength() {
114 // Use 'main' as estimate for content length calculation
115 return getPromptContent('main').length
116 },
117 progressMessage: 'creating commit and PR',
118 source: 'builtin',
119 async getPromptForCommand(args, context) {

Callers

nothing calls this directly

Calls 1

getPromptContentFunction · 0.70

Tested by

no test coverage detected