MCPcopy Create free account

hub / github.com/LFDT-Nightstream/Starstream / functions

Functions1,771 in github.com/LFDT-Nightstream/Starstream

↓ 10 callersFunctionhost_calls_roots
(traces: &[Vec<WitLedgerEffect>])
interleaving/starstream-interleaving-proof/src/circuit_test.rs:49
↓ 10 callersMethodlen
(&self)
starstream-language-server/src/document.rs:2416
↓ 9 callersMethodadd_function
Add a new function to both the `functions` and `code` section, and return its index.
starstream-to-wasm/src/lib.rs:529
↓ 9 callersFunctionload_workspace
Build a workspace graph by recursively scanning `scan_dir` for `.star` files, then resolving every path import they declare (which may pull in files o
starstream-compiler/src/module_graph.rs:224
↓ 9 callersMethodlog
(&self, record: &log::Record)
starstream-sandbox-web/src/lib.rs:174
↓ 9 callersFunctionparse_program
(source: &str)
starstream-compiler/src/parser/mod.rs:56
↓ 9 callersMethodprove
(self)
interleaving/starstream-runtime/src/lib.rs:930
↓ 9 callersMethodresource
(&self)
starstream-runtime-next/src/lib.rs:750
↓ 9 callersFunctiontype_annotation_to_doc
(annotation: &TypeAnnotation, source: &'a str)
starstream-compiler/src/formatter.rs:829
↓ 9 callersMethodwith_entrypoint
(mut self, entrypoint: usize)
interleaving/starstream-interleaving-spec/src/builder.rs:139
↓ 9 callersMethodwith_input
( self, utxo: UtxoId, continuation: Option<CoroutineState>, trace: Vec<WitLedg
interleaving/starstream-interleaving-spec/src/builder.rs:68
↓ 8 callersMethodadd_core_func_type
Add a function signature to the `types` section if needed, and return the index of the new or existing entry.
starstream-to-wasm/src/lib.rs:508
↓ 8 callersMethodadd_hover_span_with_doc
(&mut self, span: Span, ty: &Type, doc: Option<String>)
starstream-language-server/src/document.rs:1489
↓ 8 callersMethodalignment
https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#alignment
starstream-to-wasm/src/component_abi.rs:86
↓ 8 callersMethodall
(&self)
starstream-types/src/comments.rs:40
↓ 8 callersFunctioncomment_to_doc
(comment: &Comment, source: &'a str)
starstream-compiler/src/formatter.rs:107
↓ 8 callersMethodconditional_read
( &mut self, cond: &Boolean<F>, address: &AllocatedAddress, )
interleaving/starstream-interleaving-proof/src/memory/nebula/gadget.rs:243
↓ 8 callersMethodconditional_write
( &mut self, cond: &Boolean<F>, address: &AllocatedAddress, vals: &[FpVar<F>],
interleaving/starstream-interleaving-proof/src/memory/nebula/gadget.rs:276
↓ 8 callersMethodconst_u64
(&self, val: u64)
interleaving/starstream-interleaving-proof/src/opcode_dsl.rs:69
↓ 8 callersMethodexport_core_fn
(&mut self, name: &str, idx: u32)
starstream-to-wasm/src/lib.rs:562
↓ 8 callersMethodexport_fn
(&mut self, name: &str, signature: &ComponentAbiFunctionSignature)
starstream-to-wasm/src/encoder.rs:148
↓ 8 callersMethodget_interface_index_field
(&self, interface_id: [F; 4])
interleaving/starstream-interleaving-proof/src/handler_stack_gadget.rs:199
↓ 8 callersFunctionhash4
(a0: u64, a1: u64, a2: u64, a3: u64)
interleaving/starstream-runtime/src/lib.rs:70
↓ 8 callersMethodincrement
( &mut self, a: &Address<u64>, vt: &MemOp<F>, unsound_make_nop: bool, )
interleaving/starstream-interleaving-proof/src/memory/nebula/ic.rs:23
↓ 8 callersMethodmake_component_export_wrapper_fn
( &mut self, span: Span, sig: &ComponentAbiFunctionSignature, core_idx: u32,
starstream-to-wasm/src/lib.rs:816
↓ 8 callersMethodnot
(self)
starstream-interpreter/src/lib.rs:441
↓ 8 callersFunctionparser
( base: impl Parser<'a, &'a str, Spanned<Expr>, Extra<'a>> + Clone + 'a, )
starstream-compiler/src/parser/expression/unary.rs:6
↓ 8 callersFunctionspan
(start: usize, end: usize)
starstream-types/src/comments.rs:203
↓ 8 callersMethodspan
(&self)
starstream-types/src/ast.rs:92
↓ 8 callersMethodstar_to_component_type
(&mut self, ty: &Type)
starstream-to-wasm/src/lib.rs:932
↓ 8 callersFunctionv
(data: &[u8])
interleaving/starstream-interleaving-proof/src/circuit_test.rs:11
↓ 8 callersMethodwrite_str
(&mut self, s: &str)
starstream-to-wasm/tests/snapshots.rs:13
↓ 7 callersMethodcall_async
( &mut self, export: &MethodExport, params: impl AsRef<[Val]>, )
starstream-runtime-next/src/lib.rs:782
↓ 7 callersMethodcollect_expr
(&mut self, expr: &Spanned<TypedExpr>, scopes: &mut Vec<HashMap<String, Span>>)
starstream-language-server/src/document.rs:1130
↓ 7 callersMethodcontract_entries
(&self)
starstream-compiler/src/module_graph.rs:90
↓ 7 callersMethoddecode
(&self, value: &WasmtimeVal, func: &str)
interleaving/starstream-component-runtime/src/component.rs:354
↓ 7 callersMethoddecode_or_zero
(self)
interleaving/starstream-interleaving-proof/src/optional.rs:42
↓ 7 callersMethodfunction
(params: Vec<Type>, result: Type)
starstream-types/src/types.rs:252
↓ 7 callersMethodimport_function
(&mut self, module: &str, field: &str, ty: u32)
starstream-to-wasm/src/lib.rs:519
↓ 7 callersMethodinfer_block
Type-check a block, returning typed statements plus per-statement traces.
starstream-compiler/src/typecheck/infer.rs:2815
↓ 7 callersFunctionload_from_entry
Build a graph rooted at `entry` for the single-file `wasm -c` flow. The entry is always treated as a contract — its `contract_entries` list is just `
starstream-compiler/src/module_graph.rs:175
↓ 7 callersFunctionnext_block_is
(seq: &[SeqItem], next: usize)
starstream-to-wasm/src/stackifier.rs:308
↓ 7 callersFunctionsend
(r: SandboxWorkerResponse, opts?: WindowPostMessageOptions)
website/src/sandbox.worker.ts:92
↓ 7 callersFunctiontmp_dir
(name: &str)
starstream-compiler/src/module_graph.rs:561
↓ 7 callersMethodto_doc
(&self, mode: TypeDocMode, params: &HashMap<TypeVarId, String>)
starstream-types/src/types.rs:292
↓ 7 callersMethodto_option
(self)
interleaving/starstream-interleaving-proof/src/optional.rs:34
↓ 7 callersMethodvalues
(&self)
interleaving/starstream-interleaving-proof/src/memory/nebula/gadget.rs:130
↓ 6 callersMethodadd
(&self, lhs: &Self::Val, rhs: &Self::Val)
interleaving/starstream-interleaving-proof/src/opcode_dsl.rs:73
↓ 6 callersMethodallocate
( &self, cs: ConstraintSystemRef<F>, )
interleaving/starstream-interleaving-proof/src/memory/mod.rs:22
↓ 6 callersMethodapply_block
Visit each statement inside a block and normalize its annotations.
starstream-compiler/src/typecheck/infer.rs:4978
↓ 6 callersMethodapply_expr
Normalize the type attached to an expression and recursively visit its children.
starstream-compiler/src/typecheck/infer.rs:4988
↓ 6 callersFunctionblock_to_doc
(block: &Block, source: &'a str, comments: &CommentMap)
starstream-compiler/src/formatter.rs:760
↓ 6 callersMethodcall
(&mut self, func: FuncRef, args: Vec<Value>, results: &[Local])
interleaving/starstream-runtime/src/test_support/wasm_dsl.rs:61
↓ 6 callersMethodcall
( &mut self, export: &MethodExport, params: impl AsRef<[Val]>, )
starstream-runtime-next/src/lib.rs:768
↓ 6 callersFunctionchain
( lower: impl Parser<'a, &'a str, Spanned<Expr>, Extra<'a>> + Clone + 'a, operator: impl Parser<'a, &'
starstream-compiler/src/parser/expression/mod.rs:61
↓ 6 callersMethodcollect_block
(&mut self, block: &TypedBlock, scopes: &mut Vec<HashMap<String, Span>>)
starstream-language-server/src/document.rs:1116
↓ 6 callersMethodcollect_block_annotations_from_ast
(&mut self, block: &untyped_ast::Block)
starstream-language-server/src/document.rs:1792
↓ 6 callersMethodcomments_between
( &self, prev_end: usize, node_span: Span, source: &str, )
starstream-types/src/comments.rs:72
↓ 6 callersFunctioncompile
(program: &TypedProgram)
starstream-to-wasm/src/lib.rs:99
↓ 6 callersMethodconditional_enforce_eq_if_some
( &self, switch: &Boolean<F>, value: &FpVar<F>, )
interleaving/starstream-interleaving-proof/src/optional.rs:73
↓ 6 callersMethoddefault_matrix
Default matrix: removes the first column, keeping only wildcard rows
starstream-compiler/src/typecheck/exhaustiveness.rs:291
↓ 6 callersMethodelem_size
https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#element-size
starstream-to-wasm/src/component_abi.rs:159
↓ 6 callersMethodemit_decision_tree
Recursively emit wasm for a decision tree node.
starstream-to-wasm/src/lib.rs:3377
↓ 6 callersFunctioneval
Evaluate an expression.
starstream-interpreter/src/lib.rs:82
↓ 6 callersMethodget_cs
(&self)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:673
↓ 6 callersMethodinfer_expr
Type-check an expression, returning the typed node and corresponding trace tree.
starstream-compiler/src/typecheck/infer.rs:2868
↓ 6 callersMethodinline_comment_after
(&self, node_span: Span, source: &str)
starstream-types/src/comments.rs:113
↓ 6 callersMethodis_int_like
Returns `true` if `ty` is either a concrete `Type::Int(_)` or an int-constrained type variable.
starstream-compiler/src/typecheck/infer.rs:5685
↓ 6 callersFunctionmock_genesis
()
interleaving/starstream-interleaving-spec/src/tests.rs:11
↓ 6 callersMethodpop_scope
(&mut self)
starstream-compiler/src/typecheck/env.rs:42
↓ 6 callersFunctionprogram
( program: &Program, source: &str, comments: &CommentMap, )
starstream-compiler/src/formatter.rs:14
↓ 6 callersMethodpush_scope
(&mut self)
starstream-compiler/src/typecheck/env.rs:38
↓ 6 callersFunctionrange_check_u16
( cs: ConstraintSystemRef<F>, switch: &Boolean<F>, value: &FpVar<F>, )
interleaving/starstream-interleaving-proof/src/ref_arena_gadget.rs:321
↓ 6 callersMethodrecord_import
( &mut self, caller: ProcessId, call: HostImportCall<Resource>, )
interleaving/starstream-component-runtime/src/executor.rs:91
↓ 6 callersMethodstar_to_component_signature
( &mut self, this: Option<&Type>, params: &[TypedFunctionParam], return_type:
starstream-to-wasm/src/lib.rs:792
↓ 6 callersMethodtype_count
(&self)
starstream-to-wasm/src/encoder.rs:183
↓ 6 callersFunctiontypecheck_modules
Run inference across an entire module graph in topological order. Path imports are resolved here: their names get inserted into the importing module'
starstream-compiler/src/typecheck/infer.rs:341
↓ 5 callersMethodadd_type_usage
(&mut self, span: Option<Span>, name: &str)
starstream-language-server/src/document.rs:1535
↓ 5 callersMethodapply_function
(&self, function: &mut TypedFunctionDef)
starstream-compiler/src/typecheck/infer.rs:4949
↓ 5 callersFunctioncall
( script: CoordinationScript<TArgs, TImports, TReturn>, inputs: TArgs, imports: TImports, )
starstream-js/src/index.ts:186
↓ 5 callersMethodcollect_function
( &mut self, function: &TypedFunctionDef, scopes: &mut Vec<HashMap<String, Span>>,
starstream-language-server/src/document.rs:999
↓ 5 callersMethodcollect_type_annotation_function
(&mut self, function: &FunctionDef)
starstream-language-server/src/document.rs:1782
↓ 5 callersFunctioncomma_separated_docs
(docs: I)
starstream-types/src/types.rs:378
↓ 5 callersMethodcomment_map
Get the CommentMap containing all comments from the source.
starstream-compiler/src/parser/mod.rs:51
↓ 5 callersFunctionconvertPosition
(pos: ts.Point)
vscode-starstream/src/tree-sitter-vscode.ts:77
↓ 5 callersMethoddiff
(&self, bb: usize)
starstream-to-wasm/src/stackifier.rs:285
↓ 5 callersMethodencode_value
(&mut self, ty: &Rc<ComponentAbiType>)
starstream-to-wasm/src/encoder.rs:50
↓ 5 callersMethodfresh_var_id
Allocate a new inference variable unique to this inferencer.
starstream-compiler/src/typecheck/infer.rs:5083
↓ 5 callersFunctionfunction
Note: FunctionDef's export is not parsed, always None. Maybe splitting another struct out is cleaner long-term?
starstream-compiler/src/parser/definition/function.rs:40
↓ 5 callersMethodfunction_symbol
(&self, function: &TypedFunctionDef)
starstream-language-server/src/document.rs:2064
↓ 5 callersFunctionhash
(bytes: [u64; 4])
interleaving/starstream-component-runtime/src/transaction_session.rs:326
↓ 5 callersMethodinfer_function
( &mut self, env: &mut TypeEnv, function: &FunctionDef, )
starstream-compiler/src/typecheck/infer.rs:2388
↓ 5 callersMethodinstantiate
(&self, ctx: T)
starstream-runtime-next/src/lib.rs:485
↓ 5 callersMethodinto_output_errors
(self)
starstream-compiler/src/parser/mod.rs:46
↓ 5 callersMethodmodules
(&self)
starstream-compiler/src/module_graph.rs:78
↓ 5 callersFunctionposeidon_program_hash
(program_bytes: &[u8])
interleaving/starstream-runtime/src/lib.rs:49
↓ 5 callersFunctionprint_wat
(name: &str, wasm: &[u8])
interleaving/starstream-runtime/tests/wrapper_coord_test.rs:541
↓ 5 callersFunctionprint_wat
(name: &str, wasm: &[u8])
interleaving/starstream-runtime/tests/integration.rs:534
↓ 5 callersMethodsplit
(self)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:320
↓ 5 callersMethodstar_count_core_types
(&mut self, ty: &Type)
starstream-to-wasm/src/lib.rs:1241
← previousnext →101–200 of 1,771, ranked by callers