MCPcopy Create free account
hub / github.com/coder/coder / markFirstSyncSettled

Method markFirstSyncSettled

agent/x/agentmcp/manager.go:421–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419}
420
421func (m *Manager) markFirstSyncSettled() {
422 m.mu.Lock()
423 m.firstSyncSettled = true
424 m.mu.Unlock()
425}
426
427// SnapshotChanged checks whether any config file has changed
428// since the last reload by comparing os.Stat results against

Callers 1

startReloadIfNeededMethod · 0.95

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected