MCPcopy Create free account

hub / github.com/ankorstore/yokai / functions

Functions2,008 in github.com/ankorstore/yokai

↓ 2 callersFunctionExtractMethods
(methods string)
fxhttpserver/method.go:32
↓ 2 callersFunctionFetchSystem
FetchSystem returns a System for a given name.
sql/system.go:21
↓ 2 callersMethodGenerate
Generate returns a new UUID V6, using [Google UUID]. [Google UUID]: https://github.com/google/uuid
generate/uuidv6/generator.go:21
↓ 2 callersMethodGenerate
Generate returns a new UUID, using [Google UUID]. [Google UUID]: https://github.com/google/uuid
generate/uuid/generator.go:21
↓ 2 callersMethodGenerate
Generate returns a new UUID V7, using [Google UUID]. [Google UUID]: https://github.com/google/uuid
generate/uuidv7/generator.go:21
↓ 2 callersMethodGet
Get returns a registered driver for a given name.
sql/registry.go:63
↓ 2 callersFunctionGetReturnType
GetReturnType returns a stable identifier for the return type of constructor-like target. If a target is a function, we examine its first return value
fxworker/reflect.go:35
↓ 2 callersFunctionGetType
GetType returns a stable identifier for the given target’s type.
fxhttpserver/reflect.go:30
↓ 2 callersFunctionGetType
GetType returns a stable identifier for the given target’s type.
fxcron/reflect.go:28
↓ 2 callersMethodHandle
Handle returns the handler func.
fxmcpserver/server/stream/context.go:57
↓ 2 callersMethodHandle
Handle returns the handler func.
fxmcpserver/server/sse/context.go:57
↓ 2 callersMethodHandlersRegistrations
HandlersRegistrations returns the handlers group associated handlers registrations.
fxhttpserver/register.go:192
↓ 2 callersMethodHas
(name string)
sql/registry.go:11
↓ 2 callersMethodInitialize
Initialize is called upon plugin initialization.
orm/plugin/trace.go:46
↓ 2 callersMethodLogs
()
fxmetrics/testdata/spy/spy.go:26
↓ 2 callersMethodMatch
Match returns true if the [CheckerProbeRegistration] match any of the provided [ProbeKind] list.
healthcheck/checker.go:38
↓ 2 callersMethodMetadata
Metadata configures a list of metadata to log from incoming context.
grpcserver/logger.go:41
↓ 2 callersMethodName
()
fxcore/info.go:16
↓ 2 callersMethodName
Name returns the name of the [SQLProbe].
sql/healthcheck/probe.go:32
↓ 2 callersMethodName
Name returns the [WorkerExecution] name.
worker/execution.go:48
↓ 2 callersMethodName
()
worker/testdata/workers/classic.go:16
↓ 2 callersMethodName
NewOrmProbe returns the name of the [OrmProbe].
orm/healthcheck/probe.go:32
↓ 2 callersFunctionNewBaseTransport
NewBaseTransport returns a [BaseTransport] instance with optimized default [BaseTransportConfig] configuration.
httpclient/transport/base.go:21
↓ 2 callersFunctionNewCheckerProbeRegistration
NewCheckerProbeRegistration returns a [CheckerProbeRegistration], and accepts a [CheckerProbe] and an optional list of [ProbeKind]. If no [ProbeKind]
healthcheck/checker.go:20
↓ 2 callersFunctionNewConnection
NewConnection returns a new Connection.
sql/connection.go:31
↓ 2 callersFunctionNewConnector
NewConnector returns a new Connector.
sql/connector.go:18
↓ 2 callersFunctionNewDatabase
(name string, db *sql.DB)
fxsql/database.go:12
↓ 2 callersFunctionNewMiddlewareDefinition
NewMiddlewareDefinition returns a new [MiddlewareDefinition].
fxworker/define.go:15
↓ 2 callersFunctionNewStatement
NewStatement returns a new Statement. nolint:contextcheck
sql/statement.go:27
↓ 2 callersFunctionNewTransaction
NewTransaction returns a new Transaction. nolint:contextcheck
sql/transaction.go:22
↓ 2 callersMethodOpenConnector
OpenConnector returns a new Connector.
sql/driver.go:47
↓ 2 callersMethodOutput
Output returns the output writer.
httpserver/logger.go:36
↓ 2 callersMethodPrepareContext
PrepareContext prepares a query for a context and returns a driver.Stmt.
sql/connection.go:177
↓ 2 callersMethodRegister
Register allows the [CronJobMetrics] to register against a provided [prometheus.Registry].
fxcron/metrics.go:63
↓ 2 callersMethodResetSession
ResetSession resets a connection session for context.
sql/connection.go:267
↓ 2 callersMethodResolveErrorHandlers
ResolveErrorHandlers resolves resolves a list of [ErrorHandler].
fxhttpserver/registry.go:156
↓ 2 callersMethodReturnType
()
fxgrpcserver/define.go:7
↓ 2 callersMethodReturnType
()
fxhealthcheck/define.go:7
↓ 2 callersMethodReturnType
()
fxcron/define.go:9
↓ 2 callersMethodRollback
Rollback rollbacks the Transaction.
sql/transaction.go:53
↓ 2 callersMethodRunApp
RunApp runs the application, accepting optional runtime options.
fxcore/bootstrap.go:70
↓ 2 callersFunctionSanitize
Sanitize transforms a given string to not contain spaces or dashes, and to be in lower case.
fxmcpserver/server/util.go:15
↓ 2 callersFunctionSanitize
Sanitize transforms a given string to not contain spaces or dashes, and to be in lower case.
fxcore/util.go:6
↓ 2 callersFunctionSanitize
Sanitize transforms a given string to not contain spaces or dashes, and to be in lower case.
fxhttpserver/util.go:17
↓ 2 callersFunctionSanitize
Sanitize transforms a given string to not contain spaces or dashes, and to be in lower case.
fxhttpclient/util.go:6
↓ 2 callersMethodSetCurrentExecutionAttempt
SetCurrentExecutionAttempt sets the [WorkerExecution] current execution attempt.
worker/execution.go:86
↓ 2 callersMethodSetOutput
SetOutput sets the output writer.
httpserver/logger.go:41
↓ 2 callersMethodSetValue
SetValue sets the value to use for deterministic generations.
generate/generatetest/uuidv6/generator.go:25
↓ 2 callersMethodSetValue
SetValue sets the value to use for deterministic generations.
generate/generatetest/uuidv7/generator.go:25
↓ 2 callersFunctionSplit
Split trims and splits a provided string by comma.
fxhttpserver/util.go:25
↓ 2 callersMethodStart
Start starts the MCPStdioServer.
fxmcpserver/server/stdio/server.go:51
↓ 2 callersMethodStart
Start starts the MCPStreamableHTTPServer.
fxmcpserver/server/stream/server.go:49
↓ 2 callersMethodStartClient
(ctx context.Context, options ...transport.StreamableHTTPCOption)
fxmcpserver/fxmcpservertest/stream.go:42
↓ 2 callersMethodStartClient
(ctx context.Context, options ...transport.ClientOption)
fxmcpserver/fxmcpservertest/sse.go:48
↓ 2 callersMethodTag
()
fxvalidator/define.go:36
↓ 2 callersMethodTags
()
fxvalidator/define.go:8
↓ 2 callersMethodTemplateSettings
(settings TaskTemplateSettings)
fxcore/task.go:29
↓ 2 callersMethodURI
()
fxmcpserver/server/registry.go:26
↓ 2 callersMethodapplyAfterHooks
(event *HookEvent)
sql/transaction.go:76
↓ 2 callersMethodapplyBeforeHooks
(event *HookEvent)
sql/transaction.go:70
↓ 2 callersFunctioncreate
(namespace string, subsystem string, buckets []float64)
fxcron/metrics.go:106
↓ 2 callersFunctioncreateTestMigrator
(t *testing.T)
fxsql/migrator_test.go:33
↓ 2 callersFunctioncreateTestMigratorLogger
(t *testing.T, buffer logtest.TestLogBuffer)
fxsql/logger_test.go:43
↓ 2 callersMethodextractLogFieldsFromContextMetadata
(ctx context.Context)
grpcserver/logger.go:286
↓ 2 callersFunctionfetchSpanProcessorType
(p FxTraceParam)
fxtrace/module.go:129
↓ 2 callersFunctionfile_testdata_proto_test_proto_rawDescGZIP
()
fxgrpcserver/testdata/proto/test.pb.go:175
↓ 2 callersFunctionfile_testdata_proto_test_proto_rawDescGZIP
()
grpcserver/testdata/proto/test.pb.go:174
↓ 2 callersFunctionfullTypeID
fullTypeID builds a stable identifier for a type in the form "<pkgpath>.<TypeName>".
fxgrpcserver/reflect.go:8
↓ 2 callersFunctionfullTypeID
fullTypeID builds a stable identifier for a type in the form "<pkgpath>.<TypeName>".
fxhttpserver/reflect.go:10
↓ 2 callersFunctionfullTypeID
fullTypeID builds a stable identifier for a type in the form "<pkgpath>.<TypeName>".
fxworker/reflect.go:8
↓ 2 callersFunctionfullTypeID
fullTypeID builds a stable identifier for a type in the form "<pkgpath>.<TypeName>".
fxhealthcheck/reflect.go:8
↓ 2 callersFunctionfullTypeID
fullTypeID builds a stable identifier for a type in the form "<pkgpath>.<TypeName>".
fxcron/reflect.go:8
↓ 2 callersMethodjobType
(job CronJob)
fxcron/info.go:95
↓ 2 callersFunctionprepareSpanContext
(traceId string, spanId string)
grpcserver/testdata/interceptor/context.go:32
↓ 2 callersMethodresolveHandlerDefinition
(handlerDefinition HandlerDefinition, handlerMiddlewares []echo.MiddlewareFunc)
fxhttpserver/registry.go:187
↓ 1 callersMethodAll
All returns a map of all registered [FxModuleInfo].
fxcore/info.go:177
↓ 1 callersFunctionAnnotateTracerProvider
AnnotateTracerProvider extends a provided [oteltrace.TracerProvider] spans with cron jobs execution attributes.
fxcron/trace.go:12
↓ 1 callersFunctionAsMCPSSEServerContextHook
AsMCPSSEServerContextHook registers an MCP SSE server context hook.
fxmcpserver/register.go:99
↓ 1 callersFunctionAsMCPServerPrompt
AsMCPServerPrompt registers an MCP prompt.
fxmcpserver/register.go:33
↓ 1 callersFunctionAsMCPServerResource
AsMCPServerResource registers an MCP resource.
fxmcpserver/register.go:55
↓ 1 callersFunctionAsMCPServerResourceTemplate
AsMCPServerResourceTemplate registers an MCP resource template.
fxmcpserver/register.go:77
↓ 1 callersFunctionAsMCPServerTool
AsMCPServerTool registers an MCP tool.
fxmcpserver/register.go:11
↓ 1 callersFunctionAsMCPStreamableHTTPServerContextHook
AsMCPStreamableHTTPServerContextHook registers an MCP StreamableHTTP server context hook.
fxmcpserver/register.go:121
↓ 1 callersFunctionAsSQLHook
AsSQLHook registers a [sql.Hook] into Fx.
fxsql/register.go:9
↓ 1 callersFunctionAsSQLSeed
AsSQLSeed registers a [Seed] into Fx.
fxsql/register.go:31
↓ 1 callersFunctionAsTask
AsTask registers a task in the core.
fxcore/register.go:19
↓ 1 callersMethodBase
Base returns the wrapped [http.RoundTripper].
httpclient/transport/logger.go:58
↓ 1 callersMethodBidi
(ctx context.Context, opts ...grpc.CallOption)
fxgrpcserver/testdata/proto/test_grpc.pb.go:26
↓ 1 callersMethodCheck
Check returns a successful healthcheck.CheckerProbeResult if the exposed MCP servers are running.
fxmcpserver/server/healthcheck.go:43
↓ 1 callersMethodChecker
Checker returns the core health checker.
fxcore/core.go:31
↓ 1 callersMethodConcrete
()
fxhttpserver/define.go:5
↓ 1 callersMethodConfig
Config returns the core config.
fxcore/core.go:26
↓ 1 callersFunctionContains
Contains returns true if a given string can be found in a given slice of strings.
fxhttpserver/util.go:6
↓ 1 callersFunctionCopyRequestHeaders
CopyRequestHeaders performs a copy of a specified list of headers between two [http.Request].
httpclient/request.go:11
↓ 1 callersMethodCreate
Create creates a new server.MCPServer instance.
fxmcpserver/server/factory.go:33
↓ 1 callersMethodCreate
Create returns a new MCPStdioServer instance.
fxmcpserver/server/stdio/factory.go:25
↓ 1 callersMethodCreate
Create returns a new MCPStreamableHTTPServer instance.
fxmcpserver/server/stream/factory.go:35
↓ 1 callersMethodCreate
Create returns a new MCPSSEServer instance.
fxmcpserver/server/sse/factory.go:39
↓ 1 callersMethodCreate
Create creates a new Driver, for a provided System and an optional list of Hook.
sql/factory.go:25
↓ 1 callersMethodCreate
()
fxmetrics/factory.go:9
← previousnext →301–400 of 2,008, ranked by callers