MCPcopy Create free account

hub / github.com/514-labs/moosestack / functions

Functions7,253 in github.com/514-labs/moosestack

↓ 968 callersMethodjoin
* Join an array of Sql fragments with a separator. * @param fragments - Array of Sql fragments to join * @param separator - Optional separator s
packages/ts-moose-lib/src/sqlHelpers.ts:124
↓ 662 callersMethoditer
(&self)
apps/framework-cli/src/framework/data_model/model.rs:265
↓ 558 callersMethodinsert
Processes a file system event and tracks it if it's relevant. Only processes events that are relevant (create, modify, remove) and ignores metadata ch
apps/framework-cli/src/cli/watcher.rs:156
↓ 552 callersMethodinfo
* Log info message
apps/framework-cli-e2e/test/utils/logger.ts:95
↓ 452 callersMethodlog
Emit a structured log message to stderr. Args: level: Log level (e.g., "info", "error", "debug") message: Lo
packages/py-moose-lib/moose_lib/utilities/structured_logging.py:58
↓ 331 callersMethodincludes
Check if this severity should include issues of the given level
apps/framework-cli/src/infrastructure/olap/clickhouse/diagnostics/mod.rs:113
↓ 312 callersMethodinto
(self)
apps/framework-cli/src/infrastructure/olap/clickhouse/queries.rs:389
↓ 306 callersMethodfilter
* Add a filter condition. * Automatically skips if value is undefined or null.
examples/nextjs-moose/moose/src/query-layer/query-builder.ts:64
↓ 302 callersMethodlen
Returns the number of batches in the queue. # Returns The number of batches waiting to be inserted
apps/framework-cli/src/infrastructure/olap/clickhouse/inserter.rs:215
↓ 234 callersFunctioncn
(...inputs: ClassValue[])
apps/framework-docs-v2/src/lib/utils.ts:4
↓ 213 callersMethodis_empty
Checks if there are no pending changes
apps/framework-cli/src/cli/watcher.rs:130
↓ 207 callersMethodjson
(self)
apps/framework-cli/src/cli/routines/harness/agents.rs:57
↓ 206 callersFunctionerror
Raise an exception with the source->target topic prefix.
packages/py-moose-lib/moose_lib/streaming/streaming_function_runner.py:283
↓ 195 callersMethodget
(&self, name: &str, version: &str)
apps/framework-cli/src/framework/data_model/model.rs:181
↓ 179 callersMethodid
Get the ID string for any signature variant
apps/framework-cli/src/framework/core/infrastructure/mod.rs:71
↓ 146 callersMethodis_empty
Checks if the batch queue is empty. # Returns `true` if there are no batches in the queue, `false` otherwise
apps/framework-cli/src/infrastructure/olap/clickhouse/inserter.rs:224
↓ 134 callersMethodas_str
Returns the environment name as a string
apps/framework-cli/src/utilities/dotenv.rs:51
↓ 134 callersMethodhas
* Generates a `dictHas('dict', key)` SQL fragment. * * @param keys - Key expression(s) * * @example * ```typescript * sql`SELECT * F
packages/ts-moose-lib/src/dmv2/sdk/olapDictionary.ts:778
↓ 128 callersFunctioncn
(...inputs: ClassValue[])
templates/typescript-agent/packages/web-app/src/lib/utils.ts:4
↓ 128 callersMethoddebug
* Log debug message (for verbose output)
apps/framework-cli-e2e/test/utils/logger.ts:83
↓ 122 callersMethodkeys
KEYS: Return all keys matching a glob pattern.
apps/devredis/src/db.rs:131
↓ 116 callersMethodresolve
(query: "Query")
packages/py-moose-lib/moose_lib/query_builder.py:60
↓ 110 callersMethoderror
create a RoutineFailure error without an error
apps/framework-cli/src/cli/routines/mod.rs:256
↓ 104 callersFunctiongetMooseInternal
()
packages/ts-moose-lib/src/dmv2/internal.ts:1484
↓ 103 callersMethodfragment
* Template literal tag for SQL fragments (e.g. expressions, conditions, partial clauses). * Produces a Sql instance with `isFragment = true`.
packages/ts-moose-lib/src/sqlHelpers.ts:108
↓ 102 callersMethodinsert
(&mut self, column: String, value: ClickHouseValue)
apps/framework-cli/src/infrastructure/olap/clickhouse/model.rs:665
↓ 99 callersMethodget
GET: Return the value of a string key. Returns Err on type mismatch (key holds a list).
apps/devredis/src/db.rs:85
↓ 96 callersMethodexists
(self, home: &Path)
apps/framework-cli/src/cli/routines/harness/agents.rs:101
↓ 94 callersMethodget
(&self, project_name: &str, key: &str)
apps/framework-cli/src/cli/routines/project_init.rs:337
↓ 94 callersMethodquery
Execute query with Moose QueryClient.
packages/ts-moose-lib/src/query-layer/query-model.ts:287
↓ 84 callersMethodget
(&self, column: &str)
apps/framework-cli/src/infrastructure/olap/clickhouse/model.rs:669
↓ 83 callersMethodas_str
Returns the version as a string slice.
apps/framework-cli/src/framework/versions.rs:69
↓ 81 callersFunctioncn
(...inputs: ClassValue[])
examples/nextjs-moose/lib/utils.ts:4
↓ 81 callersMethodwrite
(data: any)
packages/connectors/index.ts:156
↓ 80 callersFunctioncn
(...inputs: ClassValue[])
packages/design-system-components/lib/utils.ts:4
↓ 79 callersMethodget
Marks a value to be resolved from an environment variable at runtime. Args: env_var_name: Name of the environment variable to res
packages/py-moose-lib/moose_lib/secrets.py:88
↓ 74 callersMethodis_empty
(&self)
apps/framework-cli/src/framework/core/migration_file.rs:96
↓ 73 callersMethodid
Should the version of the data models be included in the id?
apps/framework-cli/src/framework/streaming/model.rs:45
↓ 72 callersMethodexecute
* Execute the query with Moose QueryClient. * @param client - Moose QueryClient from getMooseClients()
examples/nextjs-moose/moose/src/query-layer/query-builder.ts:116
↓ 71 callersFunctioncn
(...inputs: ClassValue[])
examples/cdp-analytics/packages/web-app/src/lib/utils.ts:4
↓ 71 callersMethodwarn
* Log warning message
apps/framework-cli-e2e/test/utils/logger.ts:106
↓ 70 callersFunctionexecAsync
( command: string, options?: any, )
apps/framework-cli-e2e/test/utils/docker-utils.ts:28
↓ 69 callersMethodnext
Receive the next event from the handler thread. This function will always block the current thread if there is no data available and it's possible fo
apps/framework-cli/src/cli/routines/metrics_console/run_console/event.rs:78
↓ 69 callersFunctionparse_clickhouse_type
Parse a ClickHouse type string into an AST
apps/framework-cli/src/infrastructure/olap/clickhouse/type_parser.rs:1384
↓ 65 callersFunctionshow_message_wrapper
Wrapper function for the show_message macro. This function allows calling the show_message functionality from contexts where macros cannot be used di
apps/framework-cli/src/cli/display/message_display.rs:70
↓ 63 callersFunctioncreate_test_table
(name: &str, order_by: Vec<String>, deduplicate: bool)
apps/framework-cli/src/infrastructure/olap/clickhouse/diff_strategy.rs:820
↓ 62 callersMethodclear
* Deletes all keys in the cache * * @example * await cache.clear();
packages/ts-moose-lib/src/clients/redisClient.ts:301
↓ 62 callersMethoddeserialize_any
(self, visitor: V)
apps/framework-cli/src/utilities/validate_passthrough.rs:778
↓ 62 callersMethodget
* Gets the singleton instance of MooseCache. Creates a new instance if one doesn't exist. * The client will automatically connect to Redis and hand
packages/ts-moose-lib/src/clients/redisClient.ts:121
↓ 61 callersMethodsend
* Sends one or more records to this stream's Kafka topic. * Values are JSON-serialized as message values.
packages/ts-moose-lib/src/dmv2/sdk/stream.ts:406
↓ 57 callersMethodsuccess
(message: Message)
apps/framework-cli/src/cli/routines/mod.rs:221
↓ 56 callersMethoderror
* Log error message
apps/framework-cli-e2e/test/utils/logger.ts:117
↓ 54 callersFunctionwithRetries
( operation: () => Promise<T>, options?: RetryOptions, )
apps/framework-cli-e2e/test/utils/retry-utils.ts:20
↓ 52 callersMethodparse
Parses a version string like "10.24.0" into a PnpmVersion. Returns None if the string cannot be parsed.
apps/framework-cli/src/utilities/package_managers.rs:41
↓ 51 callersMethoderror
(self, message: str)
packages/py-moose-lib/moose_lib/commons.py:91
↓ 50 callersFunctioncreate_test_table
Helper to create a minimal test table
apps/framework-cli/src/cli/routines/migrate.rs:1382
↓ 50 callersFunctionparse
(param: str, t: scalar_types)
packages/py-moose-lib/moose_lib/query_param.py:174
↓ 50 callersMethodset
(key: K, value: V)
packages/ts-moose-lib/src/dmv2/internal.ts:137
↓ 47 callersMethodclose
()
templates/typescript-agent/packages/agent-runtime/src/runtime/types.ts:48
↓ 47 callersFunctiongetMooseUtils
( options?: GetMooseUtilsOptions | any, )
packages/ts-moose-lib/src/consumption-apis/standalone.ts:135
↓ 45 callersMethodbold
Applies bold formatting to the text. # Returns Self for method chaining
apps/framework-cli/src/cli/display/terminal.rs:166
↓ 45 callersMethodload
Loads settings from all configuration sources Convenience method that calls read_settings() and handles errors appropriately. This method can be call
apps/framework-cli/src/cli/settings.rs:354
↓ 44 callersMethodexit
Exits the terminal interface. It disables the raw mode and reverts back the terminal properties.
apps/framework-cli/src/cli/routines/metrics_console/run_console/tui.rs:74
↓ 44 callersFunctionnext
()
packages/ts-moose-lib/tests/standalone.test.ts:470
↓ 44 callersFunctionrandomElement
(arr: T[])
examples/cdp-analytics/packages/moosestack-service/scripts/generate-mock-data.ts:41
↓ 44 callersMethodremove
(&mut self, name: &str, version: &str)
apps/framework-cli/src/framework/data_model/model.rs:185
↓ 44 callersFunctionresolve
(query: "Query")
packages/py-moose-lib/moose_lib/query_builder.py:189
↓ 44 callersMethodserialize_value
(&mut self, value: &T)
apps/framework-cli/src/utilities/validate_passthrough.rs:38
↓ 44 callersFunctionsimple_dict
(name: &str)
apps/framework-cli/src/framework/core/infrastructure/dictionary.rs:1750
↓ 43 callersMethodadd
(&mut self, model: DataModel)
apps/framework-cli/src/framework/data_model/model.rs:174
↓ 43 callersFunctioncn
(...inputs: ClassValue[])
templates/typescript-mcp/packages/web-app/src/lib/utils.ts:4
↓ 43 callersMethodinfo
(self, message: str)
packages/py-moose-lib/moose_lib/commons.py:85
↓ 43 callersMethodparse
Parse a frame from `src`, consuming the data.
apps/devredis/src/frame.rs:83
↓ 42 callersMethodconsume
(&mut self, expected: &Token)
apps/framework-cli/src/infrastructure/olap/clickhouse/type_parser.rs:575
↓ 42 callersMethodget
* Generates a `dictGet('dict', 'attr', key)` SQL fragment. * * @param attr - The attribute (column) name to retrieve * @param keys - Key expr
packages/ts-moose-lib/src/dmv2/sdk/olapDictionary.ts:722
↓ 41 callersFunction_to_columns
Convert Pydantic model fields to Column definitions.
packages/py-moose-lib/moose_lib/data_models.py:678
↓ 41 callersFunctionmakeSourceTable
Create a minimal OlapTable for use as a source
packages/ts-moose-lib/tests/olapDictionary.test.ts:36
↓ 40 callersFunctioncreate_test_table
(name: &str, life_cycle: LifeCycle)
apps/framework-cli/src/framework/core/lifecycle_filter.rs:782
↓ 39 callersFunctionAdded
({ children }: { children: React.ReactNode })
apps/framework-docs-v2/src/components/mdx/release-category.tsx:145
↓ 39 callersFunctioncreate_test_table
(name: &str)
apps/framework-cli/src/framework/core/test_helpers.rs:125
↓ 38 callersMethodadvance
(&mut self)
apps/framework-cli/src/infrastructure/olap/clickhouse/type_parser.rs:604
↓ 38 callersFunctioncreate_test_table
Helper function to create a basic test table
apps/framework-cli/src/framework/core/infrastructure_map.rs:5639
↓ 38 callersFunctionextract_engine_from_create_table
(sql: &str)
apps/framework-cli/src/infrastructure/olap/clickhouse/sql_parser.rs:241
↓ 38 callersMethodset
(key: &'static str, value: impl Into<OsString>)
apps/framework-cli/src/cli/settings.rs:534
↓ 38 callersMethodset
SET: Store a string value, optionally with an expiry.
apps/devredis/src/db.rs:91
↓ 38 callersFunctionvalidate
(project: &Project, plan: &InfraPlan)
apps/framework-cli/src/framework/core/plan_validator.rs:279
↓ 37 callersMethodconnect
()
packages/connectors/index.ts:153
↓ 37 callersMethoddiff_with_table_strategy
Compares this infrastructure map with a target map using a custom table diff strategy This method is similar to `diff()` but allows specifying a cust
apps/framework-cli/src/framework/core/infrastructure_map.rs:858
↓ 37 callersFunctionjoin
(fragments: Sql[], separator: string = ",")
examples/nextjs-moose/moose/src/query-layer/sql-utils.ts:31
↓ 37 callersMethodscope
* Create a scoped logger with a prefix
apps/framework-cli-e2e/test/utils/logger.ts:133
↓ 36 callersFunctiongetTableDDL
( tableName: string, database?: string, options: DatabaseOptions = {}, )
apps/framework-cli-e2e/test/utils/database-utils.ts:462
↓ 35 callersMethodcreate
( process_id: String, start: StartChildFn<E>, restart_policy: RestartPolicy, )
apps/framework-cli/src/utilities/system.rs:124
↓ 35 callersFunctioncreateTempTestDirectory
( suffix: string, options: FileOptions = {}, )
apps/framework-cli-e2e/test/utils/file-utils.ts:42
↓ 35 callersFunctionrun_query
( query: &str, configured_client: &ConfiguredDBClient, )
apps/framework-cli/src/infrastructure/olap/clickhouse/mod.rs:2458
↓ 35 callersFunctionvalidate_lifecycle_compliance
Validates that a set of OLAP changes comply with lifecycle policies. This is a **guard function** meant to be called at the execution boundary (in `o
apps/framework-cli/src/framework/core/lifecycle_filter.rs:437
↓ 34 callersMethodapply
Apply this delta to an infrastructure map, mutating it in place. This is the fold step: `foldl apply empty_map deltas == target_map`. Each variant ei
apps/framework-cli/src/framework/core/infra_delta.rs:301
↓ 34 callersFunctioncreate_test_table
( name: &str, columns: Vec<Column>, indexes: Vec<TableIndex>, projections: Vec
apps/framework-cli/src/infrastructure/olap/ddl_ordering.rs:4741
↓ 33 callersMethodappend
* Append another Sql fragment, returning a new Sql instance.
packages/ts-moose-lib/src/sqlHelpers.ts:319
↓ 33 callersMethodname
Returns the project name based on the language configuration
apps/framework-cli/src/project.rs:451
↓ 33 callersFunctionrandomInt
(min: number, max: number)
examples/cdp-analytics/packages/moosestack-service/scripts/generate-mock-data.ts:43
next →1–100 of 7,253, ranked by callers