MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / ok

Method ok

nodedb/src/control/server/sync/fts_handler.rs:385–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383
384 impl MockDispatcher {
385 fn ok() -> (Self, MockCallLog, MockCallLog) {
386 let indexes = Arc::new(Mutex::new(Vec::new()));
387 let deletes = Arc::new(Mutex::new(Vec::new()));
388 (
389 Self {
390 index_calls: indexes.clone(),
391 delete_calls: deletes.clone(),
392 result: Ok(()),
393 },
394 indexes,
395 deletes,
396 )
397 }
398
399 fn err() -> Self {
400 Self {

Callers 6

extract_exp_from_tokenFunction · 0.45
refills_over_timeFunction · 0.45
authenticateFunction · 0.45
build_owner_database_setFunction · 0.45
check_rate_limitFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by 2

refills_over_timeFunction · 0.36