MCPcopy Create free account

hub / github.com/corca-ai/nose / functions

Functions9,967 in github.com/corca-ai/nose

↓ 12 callersFunctionpush_imported_binding_use
( il: &mut Il, binding_id: u32, binding_span: Span, occurrence_id: u32, occurrence_span: S
crates/nose-normalize/src/value_graph/tests/support.rs:196
↓ 12 callersFunctionrelative_path
(path: Path)
bench/labels/missed_worthy_frontier.py:163
↓ 11 callersFunctionadmitted_free_name_call
( il: &Il, interner: &Interner, call: NodeId, contract_for: impl FnOnce(&str, usize) -> Option
crates/nose-semantics/src/library_api/resolvers/admission.rs:76
↓ 11 callersMethodelem
(&mut self, coll: ValueId)
crates/nose-normalize/src/value_graph/collections/elements.rs:4
↓ 11 callersMethodeval_lambda_body
( &mut self, lambda: NodeId, params: &[ValueId], parent_env: &FxHashMap<u32, V
crates/nose-normalize/src/value_graph/collections/hof.rs:314
↓ 11 callersFunctionfree_input_cids
Collect the free canonical ids read in the subtree rooted at `node`, in ascending (canonical) order — the cids the fragment reads from its enclosing s
crates/nose-detect/src/fragment/oracle.rs:188
↓ 11 callersFunctiongit_in
(dir: &Path, args: &[&str])
crates/nose-cli/tests/cli/query_base.rs:18
↓ 11 callersMethodinclude_axis
(self, axis: str)
bench/type4/type4gen/model.py:53
↓ 11 callersFunctionis_expr_kind
(kind: &str)
crates/nose-frontend/src/swift/helpers.rs:176
↓ 11 callersFunctionlibrary_api_callee_contract_for_hash
( lang: Lang, id: LibraryApiContractId, hash: u64, )
crates/nose-semantics/src/library_api/registry.rs:99
↓ 11 callersMethodlibrary_api_span_call
( &self, value: ValueId, callee: ValueId, receiver: Option<ValueId>, a
crates/nose-normalize/src/value_graph/stdlib/api_spans.rs:4
↓ 11 callersFunctionlibrary_imported_collection_factory_contract
( lang: Lang, module: &str, exported: &str, )
crates/nose-semantics/src/library_api/rows.rs:167
↓ 11 callersFunctionlibrary_promise_resolve_contract
( lang: Lang, receiver: &str, method: &str, arg_count: usize, )
crates/nose-semantics/src/library_api/rows/methods/promise.rs:72
↓ 11 callersFunctionlower_block
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/java/control.rs:3
↓ 11 callersFunctionlower_corpus_many
Like [`lower_corpus`] but discovers across several roots into one corpus (sharing a single interner — required for cross-root/cross-language matching)
crates/nose-frontend/src/lib.rs:158
↓ 11 callersFunctionlower_temp_corpus
Write `files` into a fresh per-process temp dir named after `tag` and lower them together as one corpus. Callers remove the returned dir when done.
crates/nose-cli/tests/equivalence.rs:288
↓ 11 callersFunctionmethod_receiver
(il: &nose_il::Il, callee: NodeId)
crates/nose-cli/src/verify_admission/runtime_boundary.rs:415
↓ 11 callersFunctionraw_names
(il: &Il, interner: &Interner)
crates/nose-frontend/src/rust/tests.rs:33
↓ 11 callersMethodtype_domain_from_text_with_dependencies
( &self, text: &str, )
crates/nose-frontend/src/lower/evidence.rs:203
↓ 11 callersFunctionunits_of_file
Like [`detect`] but also returns the unit/candidate [`Dump`] for diagnostics. Normalize one file and extract its detection units. The resulting [`Unit
crates/nose-detect/src/orchestration.rs:82
↓ 11 callersFunctionvalue_fingerprint
Public entry: the value-graph fingerprint of the unit rooted at `root` (sorted multiset of `u64` value hashes). Equivalent computations → equal multis
crates/nose-normalize/src/value_graph/api.rs:38
↓ 10 callersMethodadmitted_builtin_call
(&self, node: NodeId, builtin: Builtin)
crates/nose-normalize/src/value_graph/state.rs:386
↓ 10 callersFunctionadmitted_hof_demand_effect_profile_at_node_with_interner
( il: &Il, interner: Option<&Interner>, node: NodeId, kind: HoFKind, )
crates/nose-semantics/src/evidence.rs:391
↓ 10 callersMethodany?
bench/type4/adversarial/cases/ruby_enumerable_quantifier/monkey_patch.rb:2
↓ 10 callersFunctionassignment_name
(il: &Il, stmt: NodeId)
crates/nose-frontend/src/module_imports/bindings.rs:68
↓ 10 callersFunctionassignment_rhs
(il: &Il, stmt: NodeId)
crates/nose-frontend/src/module_imports/bindings.rs:73
↓ 10 callersFunctionbuilder_append_call_args
`(receiver, value)` of a single-item append-like builder call admitted by first-party language/library contracts. Raw method selectors such as `push`
crates/nose-semantics/src/effects.rs:441
↓ 10 callersFunctionbuiltin_method_call_protocol_record
( id: u32, span: Span, contract: LibraryMethodCallContract, arity: u16, status: EvidenceSt
crates/nose-semantics/src/tests/library_api_evidence/records/receiver_records.rs:31
↓ 10 callersFunctioncheck_semantic_pack_conformance
( paths: &[PathBuf], )
crates/nose-semantics/src/packs/loading.rs:15
↓ 10 callersFunctiondomain_evidence_for_receiver
( il: &Il, interner: &Interner, receiver: NodeId, )
crates/nose-semantics/src/evidence/domain.rs:156
↓ 10 callersFunctiongraded_witness
Anti-unify two units' value DAGs into a graded witness. `a_lossy`/`b_lossy` mark whether each unit passed lossy lowering (so the claim is scoped to th
crates/nose-detect/src/witness/analysis.rs:319
↓ 10 callersFunctionimport_binding
A strict semantic proof fact for a static import binding: local name → `(module coordinate, exported symbol)`. Frontends only call this for import fo
crates/nose-frontend/src/lower/imports.rs:32
↓ 10 callersFunctioninventory_pack
(packs: &'a [serde_json::Value], id: &str)
crates/nose-cli/tests/cli/commands/semantic_pack_inventory.rs:310
↓ 10 callersFunctionis_pure
Side-effect-free for normalization rewrites that move or drop expressions.
crates/nose-normalize/src/lib.rs:138
↓ 10 callersFunctionlibrary_api_contract_evidence
( id: u32, call_span: Span, contract_id: LibraryApiContractId, callee: LibraryApiCalleeContrac
crates/nose-detect/src/units/tests/support.rs:52
↓ 10 callersFunctionlibrary_promise_aggregate_contract
( lang: Lang, receiver: &str, method: &str, arg_count: usize, )
crates/nose-semantics/src/library_api/rows/methods/promise.rs:114
↓ 10 callersFunctionlibrary_rust_option_some_constructor_contract
( lang: Lang, name: &str, arg_count: usize, )
crates/nose-semantics/src/method_families.rs:135
↓ 10 callersFunctionlibrary_swift_map_factory_contract
( lang: Lang, name: &str, first_label: &str, )
crates/nose-semantics/src/library_api/rows.rs:247
↓ 10 callersFunctionlower_corpus_filtered
Like [`lower_corpus_many`] but applies gitignore-syntax `exclude` globs during discovery (e.g. `tests`, `vendor/**`, `**/*.generated.ts`).
crates/nose-frontend/src/lib.rs:164
↓ 10 callersFunctionmake_axis_cross_item
( out_dir: Path, capabilities: dict, proposal_id: str, left_surface: Surface, right_surfac
bench/type4/generate.py:6451
↓ 10 callersFunctionmissing_evidence_for_protocol
( path: &str, src: &str, lang: Lang, protocol: nose_il::SourceProtocolKind, )
crates/nose-cli/src/verify_admission/runtime_boundary/tests.rs:11
↓ 10 callersFunctionmix
One FNV-1a step: xor `x` into the accumulator `h`, then multiply by [`PRIME`].
crates/nose-cli/src/fnv.rs:13
↓ 10 callersFunctionnon_docstring_body
(fn: ast.FunctionDef)
bench/type4/python_loop_demorgan_proof_facts.py:511
↓ 10 callersFunctionparse
Parse `src` with a thread-local parser cached under `key` (which must uniquely identify the grammar — JS/TS/TSX share a crate but need distinct slots)
crates/nose-frontend/src/lower/parse.rs:16
↓ 10 callersFunctionpost_lower_find_or_push_evidence
( il: &mut Il, anchor: EvidenceAnchor, kind: EvidenceKind, rule: &str, dependencies: Vec<E
crates/nose-frontend/src/lower/post_lower_evidence.rs:530
↓ 10 callersMethodproven_collection_value
( &mut self, value: ValueId, )
crates/nose-normalize/src/value_graph/stdlib/collections.rs:301
↓ 10 callersMethodreceiver_satisfies_domain
( &self, receiver: NodeId, requirement: DomainRequirement, )
crates/nose-semantics/src/evidence/domain.rs:227
↓ 10 callersFunctionsemantic_pack_by_id
(json: &'a serde_json::Value, id: &str)
crates/nose-cli/tests/cli/commands/config_packs.rs:147
↓ 10 callersFunctionsh
(args, cwd=None)
eval/hazard/mine.py:25
↓ 10 callersFunctionsymbol_record_has_admitted_provenance
(il: &Il, record: &EvidenceRecord)
crates/nose-semantics/src/symbol_identity.rs:208
↓ 10 callersFunctionvalue_fp_named
(interner: &Interner, src: &str, lang: Lang, name: &str)
crates/nose-cli/tests/equivalence.rs:235
↓ 10 callersMethodwith
(self, domain: UnitDomain)
crates/nose-il/src/unit_domains.rs:15
↓ 9 callersFunctionadd_increment_lambda
( b: &mut IlBuilder, base_line: u32, cid: u32, )
crates/nose-normalize/src/value_graph/tests/support/promise.rs:421
↓ 9 callersMethodassignment_var_parts
(&self, id: NodeId)
crates/nose-il/src/il.rs:193
↓ 9 callersMethodbin_op_args
( &self, value: ValueId, )
crates/nose-normalize/src/value_graph/control/guards.rs:145
↓ 9 callersMethodbuild_unit
Build the value graph for a `Func`/`Method`/class unit. The unit root may be a `Func` (params + body) or a `Block` (class body of methods); for a `Blo
crates/nose-normalize/src/value_graph/control/entry.rs:7
↓ 9 callersFunctionbuiltin
(b: &mut IlBuilder, op: Builtin, args: &[NodeId])
crates/nose-normalize/src/value_graph/tests/clamp.rs:39
↓ 9 callersFunctioncanonical_builtin_call_il
( lang: Lang, builtin: Builtin, args: &[NodeId], builder: IlBuilder, root: NodeId, )
crates/nose-semantics/src/tests/library_api_evidence/canonical_builtin.rs:3
↓ 9 callersFunctioncollection_sequence_evidence
(id: u32, lang: Lang, span: Span)
crates/nose-normalize/src/value_graph/tests/support.rs:244
↓ 9 callersFunctioncommon_bin_op
Binary-operator tokens shared by ~every C-family language. Per-language frontends delegate here and then handle their own extras (JS `===`/`**`/`??`,
crates/nose-frontend/src/lower/parse.rs:64
↓ 9 callersMethodcomparison_law_enabled
(&self, law: ComparisonLaw)
crates/nose-normalize/src/value_graph/canonicalize/lattice.rs:49
↓ 9 callersMethodflatten_into
Flatten an associative-commutative chain of value nodes into `out`.
crates/nose-normalize/src/value_graph/canonicalize/binary.rs:257
↓ 9 callersMethodfloat_lit
Lower a float literal, retaining a hash of its source text so float constants are behavior-DISTINCT in the value graph (`3.14` ≠ `2.71`). The structur
crates/nose-frontend/src/lower/builder.rs:123
↓ 9 callersFunctionimport_tokens
Lower an import / `#include` / `use` statement to a `Seq` of its identifier and string leaves. Imports carry no behavior, but a *duplicated import blo
crates/nose-frontend/src/lower/imports.rs:19
↓ 9 callersFunctionimported_function_call_il
(interner: &Interner)
crates/nose-semantics/src/tests/call_targets.rs:26
↓ 9 callersFunctioninline_lambda_with_params
( b: &mut IlBuilder, first_cid: u32, param_count: usize, span_base: u32, )
crates/nose-semantics/src/tests/library_api_evidence/admission_resolvers/support_core.rs:95
↓ 9 callersFunctionlanguage_core_evidence_with_dependencies
( id: u32, anchor: EvidenceAnchor, kind: EvidenceKind, status: EvidenceStatus, dependencie
crates/nose-semantics/src/tests.rs:133
↓ 9 callersFunctionlibrary_api_contract_evidence
( id: u32, call_span: Span, contract_id: LibraryApiContractId, callee: LibraryApiCalleeContrac
crates/nose-normalize/src/value_graph/tests/support/library_api.rs:3
↓ 9 callersFunctionlibrary_js_like_map_constructor_contract
( lang: Lang, receiver: &str, )
crates/nose-semantics/src/library_api/rows.rs:486
↓ 9 callersFunctionlibrary_map_key_view_contract
( lang: Lang, method: &str, arg_count: usize, )
crates/nose-semantics/src/library_api/rows/methods.rs:3
↓ 9 callersFunctionlibrary_method_call_contracts
( lang: Lang, name: &str, arg_count: usize, )
crates/nose-semantics/src/library_api/rows/methods.rs:358
↓ 9 callersFunctionlower_block
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/swift/statements.rs:14
↓ 9 callersFunctionlower_file
( file: FileId, path: &str, src: &[u8], interner: &Interner, key: u16, lang_fn: impl F
crates/nose-frontend/src/lower/file.rs:14
↓ 9 callersMethodmodules
(self)
crates/nose-semantics/src/language_profile.rs:152
↓ 9 callersFunctionnode_at_span_with_kind
( il: &Il, span: Span, kind: NodeKind, )
crates/nose-semantics/src/library_api/callee_shape.rs:164
↓ 9 callersFunctionnode_defines_name
(il: &nose_il::Il, interner: &Interner, node: NodeId, expected: &str)
crates/nose-cli/src/verify_admission/runtime_boundary.rs:422
↓ 9 callersFunctionpaths_as_refs
Borrow a slice of owned `PathBuf`s as `&Path` references — the form the detection entry points take. Used by every analysis/refactor subcommand that h
crates/nose-cli/src/path_utils.rs:8
↓ 9 callersFunctionpost_lower_var_name
( il: &Il, interner: &'a Interner, node: NodeId, )
crates/nose-frontend/src/lower/post_lower_evidence.rs:5
↓ 9 callersFunctionproject_path
(path: str)
bench/labels/missed_worthy_frontier.py:158
↓ 9 callersFunctionreport
(groups: Vec<Group>)
crates/nose-detect/src/report/tests/support.rs:123
↓ 9 callersFunctionsource_comprehension_at_node
(il: &Il, node: NodeId)
crates/nose-semantics/src/evidence.rs:346
↓ 9 callersMethodstart_with?
(prefix)
crates/nose-cli/tests/fixtures/string_affix_551/monkey_patch.rb:2
↓ 9 callersFunctionstrict_exact_call_args_safe
( il: &Il, interner: &Interner, facts: &StrictFacts, node: NodeId, )
crates/nose-detect/src/strict_exact/identity.rs:3
↓ 9 callersFunctionvhash
Stable hash of a runtime value (deterministic: `FxHasher` carries no random state), used to compose symbolic identities.
crates/nose-normalize/src/interp/value.rs:72
↓ 8 callersMethod_bind_target
(self, target: ast.AST)
scripts/python-hof-runtime-audit.py:303
↓ 8 callersMethodaccepts
(self, domain: DomainEvidence)
crates/nose-semantics/src/evidence/domain.rs:90
↓ 8 callersFunctionadded_clone_body
(name: &str, acc: &str, it: &str)
crates/nose-cli/tests/cli/query_base/new_copy.rs:3
↓ 8 callersFunctionadmitted_free_name_collection_factory_at_call
( il: &Il, interner: &Interner, call: NodeId, )
crates/nose-semantics/src/library_api/resolvers.rs:195
↓ 8 callersFunctionadmitted_named_receiver_method_call
( il: &Il, interner: &Interner, call: NodeId, contract_for: impl FnOnce(&str, &str, usize) ->
crates/nose-semantics/src/library_api/resolvers/admission.rs:56
↓ 8 callersFunctionassert_resolved_promise_boundary
(builder: &Builder<'_>, value: ValueId)
crates/nose-normalize/src/value_graph/tests/support.rs:81
↓ 8 callersFunctionbinary
Lower a `left`/`operator`/`right` binary-expression node into a `BinOp`. Every supported grammar names those fields identically; each frontend supplie
crates/nose-frontend/src/lower/expr_helpers.rs:92
↓ 8 callersFunctionbuiltin_pack_descriptor
(pack_id: &str)
crates/nose-semantics/src/packs/compiled.rs:91
↓ 8 callersFunctionchain
A `Return` over a chain of `len` non-commutative `Un` ops wrapping `Const(key)`, so two such DAGs differ only in the const while staying above the low
crates/nose-detect/src/witness/tests.rs:32
↓ 8 callersMethodcomparison_law
(self, law: ComparisonLaw)
crates/nose-semantics/src/operators.rs:394
↓ 8 callersFunctioncontains_sym
Does the value contain a `Sym` anywhere (including inside lists)? Concrete operations must never run over a hidden symbolic operand — `sum([f(x)])` co
crates/nose-normalize/src/interp/value.rs:141
↓ 8 callersFunctioncross_pairs
(surfaces: list[Surface], mode: str)
bench/type4/generate.py:8901
↓ 8 callersFunctiondisplay_arg
(value: str | Path)
bench/labels/recall_ceiling_probe.py:77
↓ 8 callersFunctionerror
(errors: list[str], message: str)
scripts/check-formal-obligations.py:149
↓ 8 callersFunctionexact_non_overloadable_index_assignment_parts
`(receiver, key, value)` of a first-party exact-safe index assignment. This is intentionally evidence-gated: languages with overloadable/user-dispatc
crates/nose-semantics/src/effects.rs:357
↓ 8 callersMethodexpr_is_static_runtime_err
( &mut self, expr: NodeId, env: &FxHashMap<u32, ValueId>, )
crates/nose-normalize/src/value_graph/control/static_errors.rs:81
← previousnext →201–300 of 9,967, ranked by callers