MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp2

Function _temp2

src/buddy/CompanionSprite.tsx:362–367  ·  view source on GitHub ↗
(s_0)

Source from the content-addressed store, hash-verified

360 return set(_temp2);
361}
362function _temp2(s_0) {
363 return {
364 ...s_0,
365 tick: s_0.tick + 1
366 };
367}
368function _temp(s) {
369 return s.companionReaction;
370}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected