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

Function _temp2

src/components/FeedbackSurvey/usePostCompactSurvey.tsx:178–192  ·  view source on GitHub ↗
(appearanceId_0, selected)

Source from the content-addressed store, hash-verified

176 return isCompactBoundaryMessage(msg);
177}
178function _temp2(appearanceId_0, selected) {
179 const smCompactionEnabled_0 = shouldUseSessionMemoryCompaction();
180 logEvent("tengu_post_compact_survey_event", {
181 event_type: "responded" as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS,
182 appearance_id: appearanceId_0 as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS,
183 response: selected as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS,
184 session_memory_compaction_enabled: smCompactionEnabled_0 as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS
185 });
186 logOTelEvent("feedback_survey", {
187 event_type: "responded",
188 appearance_id: appearanceId_0,
189 response: selected,
190 survey_type: "post_compact"
191 });
192}
193function _temp(appearanceId) {
194 const smCompactionEnabled = shouldUseSessionMemoryCompaction();
195 logEvent("tengu_post_compact_survey_event", {

Callers

nothing calls this directly

Calls 3

logEventFunction · 0.85
logOTelEventFunction · 0.85

Tested by

no test coverage detected