MCPcopy Index your code
hub / github.com/fish2018/pansou / markFinalCacheUpdated

Method markFinalCacheUpdated

plugin/plugin.go:1126–1130  ·  view source on GitHub ↗

markFinalCacheUpdated 标记已更新指定的最终结果缓存

(updateKey string)

Source from the content-addressed store, hash-verified

1124
1125// markFinalCacheUpdated 标记已更新指定的最终结果缓存
1126func (p *BaseAsyncPlugin) markFinalCacheUpdated(updateKey string) {
1127 p.finalUpdateMutex.Lock()
1128 defer p.finalUpdateMutex.Unlock()
1129 p.finalUpdateTracker[updateKey] = true
1130}
1131
1132// ============================================================
1133// 第十部分:序列化器

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected