MCPcopy Create free account

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

Functions12,346 in github.com/corca-ai/nose

↓ 3 callersFunctionlower_block
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/c/statements.rs:3
↓ 3 callersFunctionlower_clause_body
A `rescue`/`ensure`/`else` clause → a `Block` of its statements (its exception-type list and exception variable carry no behavior; a `then` wrapper is
crates/nose-frontend/src/ruby/control.rs:150
↓ 3 callersFunctionlower_decl
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/c/items.rs:240
↓ 3 callersFunctionlower_decorator
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/js_ts/declarations.rs:96
↓ 3 callersFunctionlower_func
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/c/items.rs:69
↓ 3 callersFunctionlower_func_body
A function body is normally a `statement_block`, but arrow functions may have an expression body.
crates/nose-frontend/src/js_ts/declarations.rs:34
↓ 3 callersFunctionlower_item
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/java/items.rs:6
↓ 3 callersFunctionlower_param_node
(lo: &mut Lowering, param: TsNode)
crates/nose-frontend/src/ruby/statements.rs:216
↓ 3 callersFunctionlower_python
(file: FileId, path: &str, src: &str, interner: &Interner)
crates/nose-frontend/src/module_imports/tests/collection_snapshots.rs:136
↓ 3 callersFunctionlower_raise_call
(lo: &mut Lowering, node: TsNode, span: Span)
crates/nose-frontend/src/ruby/blocks_calls.rs:158
↓ 3 callersFunctionlower_regions
Lower ALL analyzable regions of an embedded-script file into separate `Il`s: the `<script>` block(s) as JS/TS (as [`lower`]) and the `<style>` block(s
crates/nose-frontend/src/embedded.rs:47
↓ 3 callersFunctionlower_rule_set
`selectors { block }` → a `CssRule`. Selectors become `CssSelector` children; declarations become `CssDecl` children. Registered as a unit only when `
crates/nose-frontend/src/css.rs:103
↓ 3 callersFunctionlower_rust_file
(file: FileId, path: &str, src: &str, interner: &Interner)
crates/nose-frontend/src/module_imports/tests/rust_module_resolution.rs:291
↓ 3 callersFunctionlower_stmt
(lo: &mut Lowering, node: TsNode)
crates/nose-frontend/src/c/statements.rs:6
↓ 3 callersFunctionlower_stmt_list
( lo: &mut Lowering, node: TsNode, kind: NodeKind, in_class: bool, )
crates/nose-frontend/src/js_ts.rs:76
↓ 3 callersFunctionlowered_fragment_units
(src: &str, lang: Lang, interner: &Interner)
crates/nose-detect/src/units/tests/extraction.rs:248
↓ 3 callersFunctionlowered_java_unit_with_features
( src: &str, interner: &Interner, kind: UnitKind, name: &str, shape_features: bool, ab
crates/nose-detect/src/units/tests/extraction.rs:63
↓ 3 callersFunctionmanifest_path_to_file
(entry: dict, project_root: Path, repos_root: Path)
bench/corpus_prune/core.py:476
↓ 3 callersFunctionmanifest_with_fixed_result_domain
(id: &str)
crates/nose-semantics/src/packs/tests.rs:145
↓ 3 callersFunctionmanifest_with_value_law
(id: &str)
crates/nose-semantics/src/packs/tests.rs:121
↓ 3 callersMethodmap_factory_from_seq
Canonicalize a collection sequence of 2-element entries to the canonical map shape. Shared by the free-name and (entry-wise) other map factories.
crates/nose-normalize/src/value_graph/stdlib/map_factories.rs:23
↓ 3 callersFunctionmap_get_call_il
(lang: Lang, arg_count: usize)
crates/nose-semantics/src/tests/library_api_evidence/admission_resolvers/map_get.rs:3
↓ 3 callersFunctionmap_get_default_call_il
( lang: Lang, method: &str, arg_count: usize, )
crates/nose-semantics/src/tests/library_api_evidence/admission_resolvers/map_get_default.rs:3
↓ 3 callersFunctionmap_get_default_protocol_record
( id: u32, span: Span, contract: LibraryMethodCallContract, status: EvidenceStatus, depend
crates/nose-semantics/src/tests/library_api_evidence/records.rs:372
↓ 3 callersFunctionmap_like_literal
(old: &Il, interner: &Interner, id: NodeId)
crates/nose-normalize/src/idioms/map_surfaces.rs:51
↓ 3 callersMethodmap_lookup_value_matches
( &mut self, value: ValueId, map: ValueId, key: ValueId, )
crates/nose-normalize/src/value_graph/collections/defaults.rs:243
↓ 3 callersMethodmap_presence_condition
( &self, cond: ValueId, )
crates/nose-normalize/src/value_graph/collections/defaults.rs:156
↓ 3 callersMethodmap_spans
Transform every source span carried inside this evidence payload. Anchors are intentionally separate: callers that relocate a complete evidence recor
crates/nose-il/src/node/evidence.rs:386
↓ 3 callersFunctionmapped_tokens
(il: &Il, interner: &Interner, preorder: &[NodeId])
crates/nose-detect/src/connected.rs:92
↓ 3 callersFunctionmarkdown_cell
(value: Any)
bench/type4/open_surface_admission_audit.py:1502
↓ 3 callersFunctionmask_comments_and_strings
(text: str)
scripts/scheduling-lifecycle-boundary-audit.py:1277
↓ 3 callersFunctionmatched_locations
(family: dict[str, Any])
bench/labels/eval_by_language.py:75
↓ 3 callersFunctionmeasurement_order
(repo_names: list[str], iteration: int)
scripts/query-regression-harness.py:360
↓ 3 callersFunctionmerge_runway_votes
( artifact_path: Path, artifact: dict[str, Any], vote_paths: dict[str, Path], )
bench/labels/label_refresh.py:934
↓ 3 callersFunctionmethod_call_il
( lang: Lang, method: &str, literal_receiver: bool, )
crates/nose-normalize/src/idioms/tests/method_call_fixtures.rs:3
↓ 3 callersFunctionmethod_call_library_api_test_evidence_with_dependencies
( id: u32, lang: Lang, method: &str, span: Span, arity: usize, dependencies: Vec<Evide
crates/nose-semantics/src/test_support.rs:127
↓ 3 callersFunctionmethod_field
( b: &mut IlBuilder, interner: &Interner, method: &str, literal_receiver: bool, )
crates/nose-normalize/src/idioms/tests/method_call_fixtures.rs:61
↓ 3 callersFunctionmetric_record
(counts: dict[str, int])
bench/labels/residual_ranking.py:511
↓ 3 callersFunctionmetrics_cell
The payoff-economics cell — copies, shared/varying lines, removable lines, witness — with the removable count bold and the witness coloured by confide
crates/nose-cli/src/query_views.rs:40
↓ 3 callersMethodmix_into
(&self, mix: &mut impl FnMut(&[u8]))
crates/nose-cli/src/baseline.rs:116
↓ 3 callersMethodmodule_binding_mutated
(&self, name: Symbol)
crates/nose-normalize/src/value_graph/context.rs:399
↓ 3 callersMethodmodule_matches_import_from
(&self, importer: &Self, module_hash: u64)
crates/nose-frontend/src/module_imports.rs:285
↓ 3 callersFunctionmodule_rebound_symbols
The module-scope names a `ModuleRebind` fact reports as reassigned from inside another scope (a Python `global name; name = ...`). A top-level functio
crates/nose-semantics/src/evidence.rs:185
↓ 3 callersMethodmul_is_sequence_repetition
Whether `*` is (asymmetric) sequence repetition rather than purely numeric — Ruby only (`"ab" * 3` is `"ababab"`, but `3 * "ab"` raises). Gates both t
crates/nose-semantics/src/operators.rs:146
↓ 3 callersFunctionmutate
(path: Path, index: int, negative: bool)
scripts/watch-session-benchmark.py:245
↓ 3 callersFunctionnamed_node_span
(il: &Il, interner: &Interner, kind: NodeKind, name: &str)
crates/nose-frontend/src/lower/tests.rs:191
↓ 3 callersMethodnode
(&self, id: NodeId)
crates/nose-il/src/builder.rs:64
↓ 3 callersMethodnode
(span: Span, kind: NodeKind)
crates/nose-il/src/node/evidence.rs:26
↓ 3 callersFunctionnode_at_span
(il: &Il, span: Span)
crates/nose-semantics/src/library_api/callee_shape.rs:147
↓ 3 callersFunctionnode_cid
(il: &Il, node: NodeId)
crates/nose-semantics/src/library_api/imported_occurrences.rs:230
↓ 3 callersFunctionnode_contains_symbol
(il: &Il, node: NodeId, name: Symbol)
crates/nose-frontend/src/module_imports/bindings.rs:207
↓ 3 callersFunctionnode_has_async_modifier
(node: TsNode)
crates/nose-frontend/src/js_ts/declarations.rs:503
↓ 3 callersFunctionnode_kinds
(src: &str)
crates/nose-frontend/src/ruby/tests.rs:67
↓ 3 callersFunctionnode_name_hash
(il: &Il, interner: &Interner, node: NodeId)
crates/nose-normalize/src/call_target_evidence/imported.rs:456
↓ 3 callersFunctionnode_records
(il: &Il, node: NodeId, kind: EvidenceKind)
crates/nose-normalize/src/library_api_evidence/tests.rs:86
↓ 3 callersFunctionnode_tag
A discriminant for `(kind, payload)`. Canonical ids (`Cid`) contribute their value, so variable *identity* is preserved (alpha-invariantly): `x - y` a
crates/nose-normalize/src/commutative.rs:57
↓ 3 callersFunctionnormalize_language_key
(language: str)
bench/type4/open_surface_admission_audit.py:559
↓ 3 callersFunctionnormalize_type_text
(text: &str)
crates/nose-frontend/src/type_domain_aliases.rs:103
↓ 3 callersFunctionnormalized_swift
(src: &str, interner: &Interner)
crates/nose-detect/src/strict_exact/tests/support.rs:27
↓ 3 callersFunctionnose_binary_path
(nose: str)
bench/type4/query_regression/query_regression.py:134
↓ 3 callersMethodnull_condition
(&self, cond: ValueId)
crates/nose-normalize/src/value_graph/collections/defaults.rs:109
↓ 3 callersFunctionnullish_global_contract
(lang: Lang, name: &str)
crates/nose-semantics/src/map_statics.rs:406
↓ 3 callersMethodof
(Object value)
docs/examples/semantic-packs/v0/fixtures/java/guava_immutable_collections_shadowed.java:2
↓ 3 callersFunctionop_of
(p: Payload)
crates/nose-normalize/src/interp/ops.rs:4
↓ 3 callersFunctionordered_keys
( candidates: list[dict[str, Any]], seed: bytes, domain: str = "order" )
bench/labels/default_head_heldout_reveal.py:176
↓ 3 callersFunctionordered_selection
( existing: dict[str, list[str]], swift: dict[str, list[str]] )
bench/labels/label_refresh.py:263
↓ 3 callersFunctionorigin_facets
(family: dict[str, Any])
bench/labels/default_head_taxonomy.py:476
↓ 3 callersFunctionoverlap_frac
Fraction of `b`'s lines that lie inside `a` (both in the same file). Used to collapse a site that is contained in — or near-identical to — a larger on
crates/nose-detect/src/report/paths.rs:20
↓ 3 callersFunctionown_property_guard_record
( id: u32, span: Span, path: &str, status: EvidenceStatus, dependencies: &[u32], )
crates/nose-semantics/src/tests/js_symbol_guards/own_property.rs:40
↓ 3 callersFunctionown_property_surface_evidence
(id: u32, span: Span)
crates/nose-semantics/src/tests/js_symbol_guards/own_property.rs:58
↓ 3 callersFunctionowned_args
(args: &[&str])
crates/nose-cli/tests/cli/support.rs:268
↓ 3 callersFunctionpack_facing_value_laws
()
crates/nose-semantics/src/evidence/value_laws.rs:197
↓ 3 callersFunctionpacket_record
(commitment: dict[str, Any], persona: str)
bench/labels/default_head_heldout_panel.py:53
↓ 3 callersMethodpair
(&self, units: &[UnitKey])
crates/nose-detect/src/incremental.rs:69
↓ 3 callersFunctionpair_overlap
Pair-order-invariant overlap of a prediction pair against a gold pair.
crates/nose-eval/src/lib.rs:55
↓ 3 callersFunctionpairs
(n: usize)
crates/nose-cli/src/verify_census.rs:196
↓ 3 callersFunctionparent_of
(il: &Il, child: NodeId)
crates/nose-semantics/src/object_key_views.rs:400
↓ 3 callersFunctionparse_new_side_ranges
Parse `git diff --unified=0` text into current-side changed line ranges per repo-relative path. Added files therefore carry ranges in the current tree
crates/nose-cli/src/divergence/git.rs:215
↓ 3 callersFunctionparse_tsv
(path: Path)
bench/labels/default_head_measurement_replay.py:114
↓ 3 callersMethodpassed
(&self)
crates/nose-semantics/src/packs/external.rs:195
↓ 3 callersFunctionpath_key
(path: &Path)
crates/nose-cli/src/cache/fast_units/session.rs:196
↓ 3 callersFunctionportable_path
(path: Path)
scripts/cache-query-regression.py:225
↓ 3 callersFunctionpost_lower_top_level_statements
(il: &Il)
crates/nose-frontend/src/lower/post_lower_evidence.rs:542
↓ 3 callersFunctionpost_value_fingerprint_rejection
( kind: UnitKind, exact_fragment: bool, declarative: bool, syntactically_small: bool, exac
crates/nose-detect/src/units/gates.rs:88
↓ 3 callersFunctionpre_value_fingerprint_rejection
( gate: PreValueFingerprintGate, )
crates/nose-detect/src/units/gates.rs:64
↓ 3 callersFunctionpredicate_hof
( b: &mut IlBuilder, kind: HoFKind, span: Span, coll: NodeId, pred: NodeId, )
crates/nose-normalize/src/value_graph/tests/source_evidence/hof_demand.rs:110
↓ 3 callersFunctionprepare_import_resolution
( files: &[Il], interner: &Interner, )
crates/nose-frontend/src/module_imports.rs:73
↓ 3 callersFunctionprivate_packet
( private_dir: Path, persona: str, commitment: dict[str, Any] )
bench/labels/default_head_heldout_panel.py:60
↓ 3 callersFunctionprivate_packet
( path: Path, commitment: dict[str, Any] )
bench/labels/default_head_heldout_arbitration_result.py:38
↓ 3 callersMethodprod
(self, values)
docs/examples/semantic-packs/v0/fixtures/python/math_prod_shadowed_math.py:2
↓ 3 callersMethodproject_base
(&mut self, site: &Site)
crates/nose-cli/src/divergence/change_witness.rs:421
↓ 3 callersFunctionproject_file
( absolute_path: &Path, relative_path: &str, opts: &nose_detect::DetectOptions, )
crates/nose-cli/src/divergence/change_witness/analysis.rs:213
↓ 3 callersFunctionproject_unit
(file: &FileProjection, unit: &UnitSkeleton)
crates/nose-cli/src/divergence/change_witness/analysis.rs:338
↓ 3 callersFunctionprojected_domain_pool
( domain: Option<DomainEvidence>, projection: nose_detect::OracleInputProjection, probes: &[Value]
crates/nose-cli/src/falsify/domains.rs:223
↓ 3 callersFunctionpromise_boundary_state
(builder: &mut Builder<'_>, value: ValueId)
crates/nose-normalize/src/value_graph/rules/promise_then.rs:453
↓ 3 callersFunctionpromise_resolve_then_call_il
( literal_arg: bool, )
crates/nose-normalize/src/value_graph/tests/support/promise.rs:3
↓ 3 callersFunctionpromise_settled_record
( id: u32, call: NodeId, payload: NodeId, il: &Il, channel: PromiseSettlementChannel,
crates/nose-semantics/src/tests/call_targets.rs:70
↓ 3 callersMethodproof_backed_clamp_value
( &mut self, x: ValueId, lo: ValueId, hi: ValueId, )
crates/nose-normalize/src/value_graph/control/guards.rs:93
↓ 3 callersFunctionproperty_inputs
(operation_key: str)
bench/type4/type4gen/aggregate.py:122
↓ 3 callersFunctionproperty_receiver_exact_safe
( il: &Il, interner: &Interner, domains: &ReceiverDomainEvidenceIndex<'_>, node: NodeId, )
crates/nose-normalize/src/desugar.rs:263
← previousnext →1,501–1,600 of 12,346, ranked by callers