Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFDT-Nightstream/Starstream
/ functions
Functions
1,771 in github.com/LFDT-Nightstream/Starstream
⨍
Functions
1,771
◇
Types & classes
443
↓ 1 callers
Method
get_info
Gets constructor info by reference to the Ctor
starstream-compiler/src/typecheck/exhaustiveness.rs:171
↓ 1 callers
Method
get_interface_function
( &self, namespace: &str, package: &str, interface: &str, name: &str,
starstream-compiler/src/typecheck/builtins.rs:46
↓ 1 callers
Method
get_next_read_lane
(&mut self, twist_id: u64)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:500
↓ 1 callers
Method
get_next_write_lane
(&mut self, twist_id: u64)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:508
↓ 1 callers
Method
get_or_create_i64_add_checked
Get or create the `__starstream_i64_add_checked` function for overflow-checked addition. Returns the function index.
starstream-to-wasm/src/lib.rs:568
↓ 1 callers
Method
get_or_create_i64_mul_checked
Get or create the `__starstream_i64_mul_checked` function for overflow-checked multiplication. Returns the function index.
starstream-to-wasm/src/lib.rs:681
↓ 1 callers
Method
get_or_create_i64_sub_checked
Get or create the `__starstream_i64_sub_checked` function for overflow-checked subtraction. Returns the function index.
starstream-to-wasm/src/lib.rs:623
↓ 1 callers
Method
get_shout_traced_values
( &mut self, address: &Address<u64>, )
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:446
↓ 1 callers
Method
get_store_fns
https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#storing
starstream-to-wasm/src/component_abi.rs:217
↓ 1 callers
Method
get_utxo
( &self, contract_hash: String, serial: u64, )
mock-ledger/backend/ledger/src/chain.rs:67
↓ 1 callers
Method
get_utxo
(&self, name: &str)
starstream-runtime-next/src/lib.rs:330
↓ 1 callers
Method
get_utxo_by_id
(&self, id: &UtxoId)
mock-ledger/backend/ledger/src/chain.rs:76
↓ 1 callers
Method
get_utxo_constructor
( &self, utxo: &UtxoExport, name: &str, )
starstream-runtime-next/src/lib.rs:383
↓ 1 callers
Method
get_utxo_method
(&self, utxo: &UtxoExport, name: &str)
starstream-runtime-next/src/lib.rs:444
↓ 1 callers
Function
h
(n: u8)
interleaving/starstream-interleaving-proof/src/circuit_test.rs:7
↓ 1 callers
Function
handler_stack_access_wires
( cs: ConstraintSystemRef<F>, rm: &mut M, switches: &HandlerSwitchboardWires, interface_index:
interleaving/starstream-interleaving-proof/src/handler_stack_gadget.rs:141
↓ 1 callers
Method
has_context
(&self)
starstream-compiler/src/typecheck/tree.rs:39
↓ 1 callers
Method
has_package
Check if a package exists.
starstream-compiler/src/typecheck/builtins.rs:75
↓ 1 callers
Method
hash
(&self)
interleaving/starstream-interleaving-spec/src/lib.rs:857
↓ 1 callers
Function
hash_program
(wasm: &Vec<u8>)
interleaving/starstream-runtime/tests/multi_tx_continuation.rs:6
↓ 1 callers
Function
head_constructors
Collect unique constructors appearing in column `col`.
starstream-to-wasm/src/decision_tree.rs:311
↓ 1 callers
Method
help
(&self)
starstream-compiler/src/typecheck/diagnostic.rs:39
↓ 1 callers
Method
id_prev_value
(&self)
interleaving/starstream-interleaving-proof/src/circuit.rs:195
↓ 1 callers
Method
identity
(&self)
starstream-types/src/typed_ast.rs:213
↓ 1 callers
Function
implicit_dynamic_call
* Call the wRPC implicitly through Wasm component function calls * * Benefits: * - automatic type handling * - better composability with libraries
mock-ledger/backend/node-client/src/no_args.rs:30
↓ 1 callers
Function
implicit_static_call
* Same as `implicit_dynamic_call`, but with compile-time generated type bindings */
mock-ledger/backend/node-client/src/no_args.rs:75
↓ 1 callers
Function
import_items_to_doc
(items: &ImportItems, source: &'a str)
starstream-compiler/src/formatter.rs:158
↓ 1 callers
Function
import_named_item_to_doc
(item: &ImportNamedItem, source: &'a str)
starstream-compiler/src/formatter.rs:178
↓ 1 callers
Method
import_or_export
(&mut self, name: &str, ty: ComponentTypeRef)
starstream-to-wasm/src/encoder.rs:179
↓ 1 callers
Function
import_source_to_doc
(source_path: &ImportSource, source: &'a str)
starstream-compiler/src/formatter.rs:190
↓ 1 callers
Method
import_starstream
(&mut self)
interleaving/starstream-runtime/src/test_support/wasm_dsl.rs:269
↓ 1 callers
Function
import_to_doc
(import: &ImportDef, source: &'a str)
starstream-compiler/src/formatter.rs:147
↓ 1 callers
Function
index_after_optional_enter
(trace: &[WitLedgerEffect])
interleaving/starstream-component-runtime/src/transaction_session.rs:238
↓ 1 callers
Method
infer_pattern
( &mut self, env: &mut TypeEnv, pattern: &Pattern, expected_ty: Type,
starstream-compiler/src/typecheck/infer.rs:2088
↓ 1 callers
Method
infer_statement
Type-check a single statement, yielding its typed form and an inference trace.
starstream-compiler/src/typecheck/infer.rs:2513
↓ 1 callers
Method
infer_token
( &mut self, env: &mut TypeEnv, def: &TokenDef, )
starstream-compiler/src/typecheck/infer.rs:1707
↓ 1 callers
Method
infer_token_global
( &mut self, env: &mut TypeEnv, var: &TokenGlobal, )
starstream-compiler/src/typecheck/infer.rs:1833
↓ 1 callers
Method
infer_utxo
( &mut self, env: &mut TypeEnv, def: &UtxoDef, )
starstream-compiler/src/typecheck/infer.rs:1636
↓ 1 callers
Method
infer_utxo_global
( &mut self, env: &mut TypeEnv, var: &UtxoGlobal, )
starstream-compiler/src/typecheck/infer.rs:1926
↓ 1 callers
Method
initUtxo
(utxo: Utxo)
starstream-js/src/std.ts:28
↓ 1 callers
Method
init_handler_memory
(&self, mem: &mut M)
interleaving/starstream-interleaving-proof/src/circuit.rs:1286
↓ 1 callers
Method
init_tables
(&self)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:299
↓ 1 callers
Method
initialise_workspace_folders
( &self, workspace_folders: Vec<WorkspaceFolder>, )
starstream-language-server/src/lib.rs:62
↓ 1 callers
Function
inject_component_type_metadata
( core_wasm: &[u8], component_type: &[u8], )
interleaving/starstream-runtime/src/test_support/components/mod.rs:53
↓ 1 callers
Function
inline_struct_fields_to_doc
(fields: &[StructField], source: &'a str)
starstream-compiler/src/formatter.rs:431
↓ 1 callers
Function
inline_struct_variant
( variant_name: &str, fields: &[RecordFieldType], params: &HashMap<TypeVarId, String>, )
starstream-types/src/types.rs:495
↓ 1 callers
Method
instantiate_enum_with_args
Instantiate a generic enum with explicit type arguments.
starstream-compiler/src/typecheck/infer.rs:1995
↓ 1 callers
Function
integer
()
starstream-compiler/src/parser/expression/primary/literal.rs:6
↓ 1 callers
Function
integer_literal
()
starstream-compiler/src/parser/primitives.rs:26
↓ 1 callers
Function
integer_literal
()
starstream-compiler/src/parser/expression/primary/literal.rs:25
↓ 1 callers
Function
interface_id
(a: u64, b: u64, c: u64, d: u64)
interleaving/starstream-runtime/tests/wrapper_coord_test.rs:569
↓ 1 callers
Method
interfaces
(&self)
interleaving/starstream-interleaving-proof/src/handler_stack_gadget.rs:203
↓ 1 callers
Method
into_inner_async
(mut self)
starstream-runtime-next/src/lib.rs:822
↓ 1 callers
Function
is_complete_signature
Check if the set of constructors forms a complete signature for the type.
starstream-to-wasm/src/decision_tree.rs:324
↓ 1 callers
Function
is_relative_path
(s: &str)
starstream-compiler/src/module_graph.rs:551
↓ 1 callers
Function
is_starstream_path
(path: &Path)
starstream-cli/src/lib.rs:74
↓ 1 callers
Function
ivc_step_linking_pairs
()
interleaving/starstream-interleaving-proof/src/neo.rs:75
↓ 1 callers
Function
ivc_wires
( cs: &ConstraintSystemRef<F>, wires_in: &Wires, wires_out: &Wires, )
interleaving/starstream-interleaving-proof/src/circuit.rs:2353
↓ 1 callers
Method
labels
(&self)
starstream-compiler/src/typecheck/diagnostic.rs:43
↓ 1 callers
Method
language_server_binary_path
( &mut self, _language_server_id: &LanguageServerId, worktree: &zed::Worktree, )
zed-starstream/src/lib.rs:7
↓ 1 callers
Function
link_abi_event_function
( linker: &mut LinkerInstance<T>, _ty: types::ComponentFunc, instance: &str, name: &str, )
starstream-runtime-next/src/lib.rs:78
↓ 1 callers
Function
link_dynamic_imports
( engine: &Engine, linker: &mut Linker<T>, ty: &types::Component, )
starstream-runtime-next/src/lib.rs:134
↓ 1 callers
Function
link_instance
( engine: &Engine, linker: &mut LinkerInstance<T>, ty: &types::ComponentInstance, instance: &s
starstream-runtime-next/src/lib.rs:98
↓ 1 callers
Method
list
* List all available commands
mock-ledger/frontend/src/commands/command-handler.ts:61
↓ 1 callers
Function
load_component
(engine: &Engine, wasm: impl AsRef<[u8]>)
starstream-runtime-next/src/lib.rs:66
↓ 1 callers
Function
log2
Misc
starstream-to-wasm/src/component_abi.rs:295
↓ 1 callers
Method
lookup_definition
(&self, name: &str, scopes: &[HashMap<String, Span>])
starstream-language-server/src/document.rs:1983
↓ 1 callers
Method
lookup_enum_info
(&mut self, name: &Identifier)
starstream-compiler/src/typecheck/infer.rs:1959
↓ 1 callers
Method
lookup_enum_struct_field_type
( &self, enum_name: &str, variant_name: &str, field_name: &str, )
starstream-language-server/src/document.rs:1659
↓ 1 callers
Method
lookup_enum_tuple_types
(&self, enum_name: &str, variant_name: &str)
starstream-language-server/src/document.rs:1677
↓ 1 callers
Function
lower_pattern
Converts a TypedPattern to a SimplePat
starstream-compiler/src/typecheck/exhaustiveness.rs:584
↓ 1 callers
Method
lut_index
(self)
interleaving/starstream-interleaving-spec/src/memory_tags.rs:12
↓ 1 callers
Function
make_interleaved_trace
( inst: &InterleavingInstance, wit: &InterleavingWitness, )
interleaving/starstream-interleaving-proof/src/lib.rs:158
↓ 1 callers
Function
match_arm_to_doc
(arm: &MatchArm, source: &'a str, comments: &CommentMap)
starstream-compiler/src/formatter.rs:972
↓ 1 callers
Function
match_expr_to_doc
( scrutinee: &Spanned<Expr>, arms: &[MatchArm], source: &'a str, comments: &CommentMap, )
starstream-compiler/src/formatter.rs:921
↓ 1 callers
Method
matchesToTokens
(lang: Language, matches: ts.QueryMatch[])
vscode-starstream/src/tree-sitter-vscode.ts:227
↓ 1 callers
Function
matrix_diag_12_goldilocks
()
ark-poseidon2/src/goldilocks.rs:25
↓ 1 callers
Function
matrix_diag_8_goldilocks
()
ark-poseidon2/src/goldilocks.rs:6
↓ 1 callers
Method
max_value
(self)
starstream-types/src/types.rs:75
↓ 1 callers
Function
mds_light_permutation
( state: &mut [FpVar<F>; WIDTH], )
ark-poseidon2/src/math.rs:83
↓ 1 callers
Method
mem_index
(self)
interleaving/starstream-interleaving-spec/src/memory_tags.rs:43
↓ 1 callers
Function
merge_import_instance_schemas
( dst: &mut HashMap<String, ImportInstanceSchema>, src: HashMap<String, ImportInstanceSchema>, )
interleaving/starstream-component-runtime/src/component.rs:795
↓ 1 callers
Function
merge_single_import_schema
( import_name: &str, existing: &mut ImportInstanceSchema, incoming: ImportInstanceSchema, )
interleaving/starstream-component-runtime/src/component.rs:814
↓ 1 callers
Method
min_value
(self)
starstream-types/src/types.rs:64
↓ 1 callers
Function
mmdc_available
()
interleaving/starstream-runtime/src/trace_mermaid.rs:336
↓ 1 callers
Function
needs_parentheses
(prec: u8, parent_prec: u8, position: ChildPosition)
starstream-compiler/src/formatter.rs:1298
↓ 1 callers
Function
newBuilding
()
mock-ledger/frontend/public/bg.js:29
↓ 1 callers
Function
newFloor
(width, windowFrame, windowSize)
mock-ledger/frontend/public/bg.js:51
↓ 1 callers
Function
newStar
()
mock-ledger/frontend/public/bg.js:71
↓ 1 callers
Method
on_scc
Our own handling on discovering an SCC: recurse to split it into nested SCCs by ignoring edges outside the SCC or back to its root (the loop header)
starstream-to-wasm/src/stackifier.rs:439
↓ 1 callers
Function
output
Write output to `postMessage`.
starstream-language-server-web/src/lib.rs:39
↓ 1 callers
Function
parameter
()
starstream-compiler/src/parser/definition/function.rs:9
↓ 1 callers
Function
parameter_list
()
starstream-compiler/src/parser/definition/function.rs:23
↓ 1 callers
Function
parseCaptureName
(name: string)
vscode-starstream/src/tree-sitter-vscode.ts:91
↓ 1 callers
Function
parseCommand
(line: string)
mock-ledger/frontend/src/commands/command-handler.ts:76
↓ 1 callers
Function
parse_constructor_name
(func_name: &str)
interleaving/starstream-component-runtime/src/component.rs:514
↓ 1 callers
Function
parse_resource_method_name
(name: &str)
interleaving/starstream-component-runtime/src/component.rs:789
↓ 1 callers
Function
parser
Get a parser for a Starstream source file.
starstream-compiler/src/parser/program.rs:9
↓ 1 callers
Function
pattern_span
Gets the span of a TypedPattern for error reporting. For compound patterns, returns a span covering the entire pattern.
starstream-compiler/src/typecheck/exhaustiveness.rs:786
↓ 1 callers
Function
percent_decode
Minimal percent-decoder. The LSP only sends URIs the editor produced, so we don't need to handle every edge case — only `%20`-style escapes.
starstream-language-server/src/document.rs:2573
← previous
next →
701–800 of 1,771, ranked by callers