MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / first

Method first

peer-svc/src/store/sql/query.rs:56–67  ·  view source on GitHub ↗

Requires binding 2 parameters

()

Source from the content-addressed store, hash-verified

54 }
55 /// Requires binding 2 parameters
56 pub fn first() -> &'static str {
57 r#"SELECT
58 order_key
59 FROM
60 ceramic_one_peer
61 WHERE
62 order_key >= $1 AND order_key < $2
63 ORDER BY
64 order_key ASC
65 LIMIT
66 1;"#
67 }
68 /// Requires binding 3 parameters
69 pub fn middle() -> &'static str {
70 r#"SELECT

Callers 15

check_for_timeoutsMethod · 0.45
swarm_peers_postMethod · 0.45
get_addr_loopFunction · 0.45
extract_controllerFunction · 0.45
verify_signatureMethod · 0.45
gitcoin_cacao_carFunction · 0.45
record_batches_to_bufferFunction · 0.45
spawn_newMethod · 0.45
spawn_withMethod · 0.45

Calls

no outgoing calls

Tested by 2

get_addr_loopFunction · 0.36
extract_controllerFunction · 0.36