The Datastore is just a cheap handle to the DB worker thread (a crossbeam channel sender), which serializes all DB access internally. No mutex is needed here — wrapping it in one would serialize all HTTP requests, letting a slow query block every heartbeat.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected