MCPcopy Create free account
hub / github.com/PerroEngine/Perro / get

Method get

perro_source/api_modules/perro_networking/src/http.rs:121–123  ·  view source on GitHub ↗
(url: impl Into<String>)

Source from the content-addressed store, hash-verified

119
120 fn normalized(self) -> Self {
121 Self {
122 worker_count: self.worker_count.clamp(1, MAX_HTTP_WORKERS),
123 request_capacity: self.request_capacity.max(1),
124 event_capacity: self.event_capacity.max(1),
125 }
126 }

Callers 15

get_slotFunction · 0.45
send_requestFunction · 0.45
connect_with_optionsMethod · 0.45
http_bad_endpoint_failsFunction · 0.45
achievement_unlockedFunction · 0.45
process_controlsMethod · 0.45
process_eventsMethod · 0.45
intern_sourceMethod · 0.45

Calls 2

requestMethod · 0.80
getFunction · 0.50