MCPcopy Create free account

hub / github.com/AGenUI/AGenUI / functions

Functions4,245 in github.com/AGenUI/AGenUI

FunctionTEST_F
SRI001: Non-streaming multi-component tree. Complete multi-component updateComponents delivered at once.
tests/cpp/stream/integration/stream_realistic_integration_test.cpp:93
FunctionTEST_F
SDI001: Simple string binding - component updates when data arrives.
tests/cpp/stream/integration/stream_datamodel_integration_test.cpp:21
FunctionTEST_F
SMI001: Complete Markdown sent at once - single add with full content.
tests/cpp/stream/integration/stream_markdown_integration_test.cpp:21
FunctionTEST_F
SSCI001: Chinese characters split at multi-byte boundary - no crash.
tests/cpp/stream/integration/stream_special_chars_integration_test.cpp:21
FunctionTEST_F
TM001: action submitted immediately before destroy. The action lambda has been queued before the uninit lambda; worker is single-threaded so the actio
tests/cpp/concurrency/timing_test.cpp:39
FunctionTEST_F
SMC001: rapid create/destroy — many small lifecycles back-to-back.
tests/cpp/concurrency/sm_chaos_test.cpp:40
FunctionTEST_F
QP001: Burst 10K small tasks via receiveTextChunk, then drain. Memory (queue depth) is observable indirectly via worker-idle latency.
tests/cpp/concurrency/queue_pressure_test.cpp:40
FunctionTEST_F
MSM001: 5 SMs, each receives a distinct createSurface. Each listener only observes events from its own SM.
tests/cpp/concurrency/multi_sm_test.cpp:32
FunctionTEST_F
EC006: init is idempotent — repeated calls return the same instance.
tests/cpp/concurrency/engine_chaos_test.cpp:40
FunctionTEST_F
tests/cpp/harmony/measure_test.cpp:44
FunctionTEST_F
tests/cpp/harmony/unit_converter_test.cpp:34
FunctionTEST_P
tests/cpp/core/errorcode_define_test.cpp:12
FunctionTEST_P
tests/cpp/function_call/builtins_test.cpp:455
FunctionTEST_P
tests/cpp/style_parser/edge_insets_parser_test.cpp:142
FunctionTEST_P
tests/cpp/style_parser/color_parser_test.cpp:33
MethodTab
(CustomTabLayout parent)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/CustomTabLayout.java:395
MethodTableComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TableComponent.java:57
MethodTableComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/table_component.cpp:20
MethodTableComponentMeasurement
platforms/harmony/agenui/src/main/cpp/a2ui/measure/table_component_measurement.h:23
MethodTableMeasurer
()
platforms/android/src/main/java/com/amap/agenui/render/measurement/TableMeasurer.java:27
MethodTableStyle
(float minColumnWidth, float maxColumnWidth, float headerPaddingVertical
platforms/android/src/main/java/com/amap/agenui/render/measurement/TableMeasurer.java:260
MethodTabsComponent
(String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TabsComponent.java:52
MethodTabsComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/tabs_component.cpp:27
MethodTabsComponentMeasurement
platforms/harmony/agenui/src/main/cpp/a2ui/measure/tabs_component_measurement.h:21
MethodTabsDataValue
core/src/surface/component_manager/data_value/agenui_tabs_data_value.cpp:9
MethodTearDown
tests/cpp/integration/ui_action_test.cpp:27
MethodTearDown
tests/cpp/integration/streaming_pipeline_test.cpp:33
MethodTearDown
tests/cpp/module/message_thread_test.cpp:20
MethodTearDown
tests/cpp/surface/yoga_node_extended_test.cpp:21
MethodTearDown
tests/cpp/core/logger_internal_test.cpp:38
MethodTearDown
tests/cpp/stream/integration/stream_integration_base.h:39
MethodTearDown
tests/cpp/concurrency/sm_chaos_test.cpp:34
MethodTearDown
tests/cpp/support/test_env.h:24
MethodTemplateRegistry
core/src/surface/agenui_template_registry.cpp:15
FunctionTestAnalyzeTopologyCircular
(t *testing.T)
agent_sdks/go/schema/validator_test.go:509
FunctionTestAnalyzeTopologyOrphansRaise
(t *testing.T)
agent_sdks/go/schema/validator_test.go:566
FunctionTestAnalyzeTopologyReachable
(t *testing.T)
agent_sdks/go/schema/validator_test.go:542
FunctionTestAnalyzeTopologySelfRef
(t *testing.T)
agent_sdks/go/schema/validator_test.go:526
FunctionTestCatalogConfigFromPathSchemes
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:507
FunctionTestCatalogIDMissingRaisesError
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:43
FunctionTestCatalogIDProperty
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:25
FunctionTestExtractComponentRefFieldsMock
(t *testing.T)
agent_sdks/go/schema/validator_test.go:584
FunctionTestFindRootIDV09
(t *testing.T)
agent_sdks/go/schema/validator_test.go:478
FunctionTestGenerateSystemPrompt
(t *testing.T)
agent_sdks/go/schema/manager_test.go:286
FunctionTestGenerateSystemPromptCustomWorkflowAppending
(t *testing.T)
agent_sdks/go/schema/manager_test.go:360
FunctionTestGenerateSystemPromptMinimalArgs
(t *testing.T)
agent_sdks/go/schema/manager_test.go:329
FunctionTestGenerateSystemPromptWithExamples
(t *testing.T)
agent_sdks/go/schema/manager_test.go:390
FunctionTestGetComponentReferencesFlat
(t *testing.T)
agent_sdks/go/schema/validator_test.go:622
FunctionTestGetSelectedCatalog
(t *testing.T)
agent_sdks/go/schema/manager_test.go:260
FunctionTestHasA2UIParts
(t *testing.T)
agent_sdks/go/parser/parser_test.go:186
FunctionTestLoadExamples
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:60
FunctionTestLoadExamplesEmptyPath
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:120
FunctionTestLoadExamplesForCatalog
(t *testing.T)
agent_sdks/go/schema/manager_test.go:508
FunctionTestLoadExamplesNonExistentPath
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:137
FunctionTestLoadExamplesValidationFailsOnBadJSON
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:97
FunctionTestLoadExamplesWithGlob
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:398
FunctionTestLoadExamplesWithGlobAdvancedCases
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:463
FunctionTestLoadExamplesWithGlobPrefixSuffix
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:428
FunctionTestManagerAcceptsInlineCatalogs
(t *testing.T)
agent_sdks/go/schema/manager_test.go:448
FunctionTestManagerWithModifiers
(t *testing.T)
agent_sdks/go/schema/manager_test.go:420
FunctionTestNormalizesSmartQuotes
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:94
FunctionTestParseAndFixSuccessAfterFix
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:80
FunctionTestParseAndFixSuccessFirstTime
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:63
FunctionTestParseEmptyResponse
(t *testing.T)
agent_sdks/go/parser/parser_test.go:26
FunctionTestParseJSONArray
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:119
FunctionTestParseJSONInvalid
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:112
FunctionTestParseJSONUnexpectedType
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:130
FunctionTestParseJSONWrapping
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:48
FunctionTestParseResponseEmptyTags
(t *testing.T)
agent_sdks/go/parser/parser_test.go:46
FunctionTestParseResponseInvalidJSON
(t *testing.T)
agent_sdks/go/parser/parser_test.go:178
FunctionTestParseResponseMultipleBlocks
(t *testing.T)
agent_sdks/go/parser/parser_test.go:118
FunctionTestParseResponseOnlyJSONWithTags
(t *testing.T)
agent_sdks/go/parser/parser_test.go:57
FunctionTestParseResponseOnlyTextNoTags
(t *testing.T)
agent_sdks/go/parser/parser_test.go:36
FunctionTestParseResponseWithMarkdownBlocks
(t *testing.T)
agent_sdks/go/parser/parser_test.go:160
FunctionTestParseResponseWithTextAndTags
(t *testing.T)
agent_sdks/go/parser/parser_test.go:77
FunctionTestParseResponseWithTrailingText
(t *testing.T)
agent_sdks/go/parser/parser_test.go:94
FunctionTestParserConformance
--------------------------------------------------------------------------- Parser conformance -------------------------------------------------------
agent_sdks/go/parser/conformance_test.go:244
FunctionTestPrettyErrorMessages
(t *testing.T)
agent_sdks/go/schema/validator_test.go:795
FunctionTestRemoveStrictValidation
(t *testing.T)
agent_sdks/go/schema/common_modifiers_test.go:22
FunctionTestRemoveStrictValidationArray
(t *testing.T)
agent_sdks/go/schema/common_modifiers_test.go:83
FunctionTestRemoveStrictValidationPreservesTrue
(t *testing.T)
agent_sdks/go/schema/common_modifiers_test.go:68
FunctionTestRemoveStrictValidationPrimitive
(t *testing.T)
agent_sdks/go/schema/common_modifiers_test.go:103
FunctionTestRemoveTrailingCommas
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:22
FunctionTestRemoveTrailingCommasNoChange
(t *testing.T)
agent_sdks/go/parser/payload_fixer_test.go:40
FunctionTestRenderAsLLMInstructions
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:303
FunctionTestRenderAsLLMInstructionsDropsEmptyCommonTypes
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:337
FunctionTestResolveExamplesPath
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:552
FunctionTestSanitizeJSONString
(t *testing.T)
agent_sdks/go/parser/parser_test.go:217
FunctionTestSchemaManagerInitInvalidVersion
(t *testing.T)
agent_sdks/go/schema/manager_test.go:53
FunctionTestSchemaManagerInitWithCatalog
(t *testing.T)
agent_sdks/go/schema/manager_test.go:66
FunctionTestSchemaManagerSupportedCatalogIDs
(t *testing.T)
agent_sdks/go/schema/manager_test.go:93
FunctionTestSelectCatalogBySupportedIDs
(t *testing.T)
agent_sdks/go/schema/manager_test.go:135
FunctionTestSelectCatalogDefault
(t *testing.T)
agent_sdks/go/schema/manager_test.go:107
FunctionTestSelectCatalogInline
(t *testing.T)
agent_sdks/go/schema/manager_test.go:194
FunctionTestSelectCatalogInlineNotAccepted
(t *testing.T)
agent_sdks/go/schema/manager_test.go:228
FunctionTestSelectCatalogInlineWithSupportedIDs
(t *testing.T)
agent_sdks/go/schema/manager_test.go:468
FunctionTestSelectCatalogNoCatalogs
(t *testing.T)
agent_sdks/go/schema/manager_test.go:249
FunctionTestSelectCatalogNoMatch
(t *testing.T)
agent_sdks/go/schema/manager_test.go:173
FunctionTestStreamParser_ChunkedInput
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:157
FunctionTestStreamParser_ConversationalTextOnly
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:120
← previousnext →2,101–2,200 of 4,245, ranked by callers