MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / get_n_th_call

Method get_n_th_call

src/program/transform.rs:1261–1263  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1259 }
1260
1261 fn get_n_th_call(&self) -> &usize {
1262 &self.n_call
1263 }
1264
1265 fn get_constraint(&self) -> &Option<Constraint> {
1266 &self.constraint

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected