MCPcopy Create free account
hub / github.com/AI45Lab/Code / priority

Method priority

core/src/context/mod.rs:273–275  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

271 }
272
273 pub fn priority(&self) -> f32 {
274 metadata_score(self.metadata.get(CONTEXT_PRIORITY_METADATA))
275 }
276
277 pub fn trust(&self) -> f32 {
278 metadata_score(self.metadata.get(CONTEXT_TRUST_METADATA))

Callers 1

ranking_scoreFunction · 0.45

Calls 2

metadata_scoreFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected