Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielmiessler/Fabric
/ functions
Functions
1,350 in github.com/danielmiessler/Fabric
⨍
Functions
1,350
◇
Types & classes
220
Function
TestCreateOutputFileMessageWithTrailingNewline
(t *testing.T)
internal/cli/output_test.go:40
Function
TestCustomPatterns_Configure
(t *testing.T)
internal/tools/custom_patterns/custom_patterns_test.go:20
Function
TestCustomPatterns_ConfigureWithTempDir
(t *testing.T)
internal/tools/custom_patterns/custom_patterns_test.go:42
Function
TestCustomPatterns_IsConfigured
(t *testing.T)
internal/tools/custom_patterns/custom_patterns_test.go:66
Function
TestDateTimePlugin
(t *testing.T)
internal/plugins/template/datetime_test.go:11
Function
TestDb_Configure
(t *testing.T)
internal/plugins/db/fsdb/db_test.go:8
Function
TestDb_LoadEnvFile
(t *testing.T)
internal/plugins/db/fsdb/db_test.go:30
Function
TestDb_SaveEnv
(t *testing.T)
internal/plugins/db/fsdb/db_test.go:44
Function
TestDefaultBedrockModels_NotEmpty
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:198
Function
TestDetectSystemLocale
(t *testing.T)
internal/i18n/locale_test.go:8
Function
TestDetectVersion
(t *testing.T)
cmd/generate_changelog/internal/changelog/processing_test.go:12
Function
TestDetectVersionFromNix
(t *testing.T)
cmd/generate_changelog/internal/changelog/generator_test.go:12
Function
TestEnsureIncomingDir
(t *testing.T)
cmd/generate_changelog/internal/changelog/generator_test.go:42
Function
TestEnsureIncomingDirCreation
(t *testing.T)
cmd/generate_changelog/internal/changelog/processing_test.go:244
Function
TestEnvPrefix
(t *testing.T)
internal/plugins/ai/azure_entra/azure_entra_test.go:34
Function
TestExtensionExecutor
(t *testing.T)
internal/plugins/template/extension_executor_test.go:10
Function
TestExtensionManager
TestExtensionManager is the main test suite for ExtensionManager
internal/plugins/template/extension_manager_test.go:10
Function
TestExtensionManagerErrors
TestExtensionManagerErrors tests error cases
internal/plugins/template/extension_manager_test.go:95
Function
TestExtensionManagerWithInvalidConfig
TestExtensionManagerWithInvalidConfig tests handling of invalid configurations
internal/plugins/template/extension_manager_test.go:127
Function
TestExtensionValueMixedInputAndVariable
TestExtensionValueMixedInputAndVariable ensures an extension value mixing {{input}} and another template variable is processed.
internal/plugins/template/template_extension_mixed_test.go:11
Function
TestExtensionValueWithSentinel
TestExtensionValueWithSentinel specifically tests the extension value sentinel replacement logic
internal/plugins/template/template_sentinel_test.go:196
Function
TestExtractAndValidateVideoId
(t *testing.T)
internal/tools/youtube/youtube_test.go:83
Function
TestExtractDeploymentFromBody
(t *testing.T)
internal/plugins/ai/azurecommon/azurecommon_test.go:107
Function
TestExtractDeploymentFromBodyNilBody
(t *testing.T)
internal/plugins/ai/azurecommon/azurecommon_test.go:137
Function
TestExtractFlag
(t *testing.T)
internal/cli/flags_test.go:459
Function
TestExtractModelName
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:14
Function
TestExtractTextFromResponse
Test ExtractTextWithCitations from geminicommon
internal/plugins/ai/gemini/gemini_test.go:35
Function
TestExtractTextFromResponse_EmptyGroundingChunks
(t *testing.T)
internal/plugins/ai/gemini/gemini_test.go:63
Function
TestExtractTextFromResponse_Nil
(t *testing.T)
internal/plugins/ai/gemini/gemini_test.go:57
Function
TestFallbackRegions_NotEmpty
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:432
Function
TestFetchBedrockRegions_EmptyEndpoints_ReturnsFallback
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:405
Function
TestFetchBedrockRegions_HTTPError_ReturnsFallback
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:362
Function
TestFetchBedrockRegions_InvalidJSON_ReturnsFallback
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:374
Function
TestFetchBedrockRegions_NoBedrock_ReturnsFallback
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:386
Function
TestFetchBedrockRegions_ResultsSorted
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:417
Function
TestFetchBedrockRegions_Unreachable_ReturnsFallback
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:398
Function
TestFetchBedrockRegions_ValidJSON
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:344
Function
TestFetchModelsDirectly_429NoCacheCleanError
A 429 with no cache yields a concise message, not the raw HTML body.
internal/plugins/ai/openai/models_cache_test.go:125
Function
TestFetchModelsDirectly_429ServesStaleCache
A 429 with a stale cache present returns the stale list rather than erroring.
internal/plugins/ai/openai/models_cache_test.go:107
Function
TestFetchModelsDirectly_DirectArray
Ensures we can fetch models directly when a provider returns a direct array of models instead of the standard OpenAI list response structure.
internal/plugins/ai/openai/openai_models_test.go:16
Function
TestFetchModelsDirectly_EmptyArray
Ensures we handle empty model lists correctly
internal/plugins/ai/openai/openai_models_test.go:95
Function
TestFetchModelsDirectly_GitHubHostSendsAPIVersionHeader
Ensures the GitHub Models catalog host receives the documented API version header so it is not throttled by GitHub's edge rate limiter.
internal/plugins/ai/openai/openai_models_test.go:83
Function
TestFetchModelsDirectly_NoGitHubHeaderForOtherHosts
Ensures non-GitHub hosts do not receive the GitHub-specific API version header.
internal/plugins/ai/openai/openai_models_test.go:50
Function
TestFetchModelsDirectly_OpenAIFormat
Ensures we can fetch models when a provider returns the standard OpenAI format
internal/plugins/ai/openai/openai_models_test.go:33
Function
TestFetchModelsDirectly_ServesFreshCacheWithoutRequest
A fresh cache short-circuits before any network call.
internal/plugins/ai/openai/models_cache_test.go:89
Function
TestFetchModelsDirectly_WritesCacheOnSuccess
A successful fetch is cached, so a later failure is served from cache.
internal/plugins/ai/openai/models_cache_test.go:143
Function
TestFetchPlugin
(t *testing.T)
internal/plugins/template/fetch_test.go:9
Function
TestFilePlugin
(t *testing.T)
internal/plugins/template/file_test.go:11
Function
TestFileProcessing_ErrorHandling
(t *testing.T)
cmd/generate_changelog/internal/changelog/processing_test.go:194
Function
TestFilterByVendorCaseInsensitive
(t *testing.T)
internal/plugins/ai/models_test.go:58
Function
TestFilterConversationalModels
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:242
Function
TestFilterConversationalModels_AllFiltered
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:271
Function
TestFilterConversationalModels_EmptyInput
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:266
Function
TestFindModelNameCaseInsensitive
(t *testing.T)
internal/plugins/ai/models_test.go:78
Function
TestFindVendorsByModel
(t *testing.T)
internal/plugins/ai/models_test.go:29
Function
TestFindVendorsByModelFirst
(t *testing.T)
internal/plugins/ai/models_test.go:20
Function
TestFixedFileExtensionExecutor
(t *testing.T)
internal/plugins/template/extension_executor_test.go:150
Function
TestFormatMetadataAsText_EpisodeMetadata
(t *testing.T)
internal/tools/spotify/spotify_test.go:142
Function
TestFormatMetadataAsText_NilAndUnknownTypes
(t *testing.T)
internal/tools/spotify/spotify_test.go:226
Function
TestFormatMetadataAsText_SearchResult
(t *testing.T)
internal/tools/spotify/spotify_test.go:182
Function
TestFormatMetadataAsText_ShowMetadata
(t *testing.T)
internal/tools/spotify/spotify_test.go:105
Function
TestGenerateWAVFile
Test generateWAVFile method (basic test)
internal/plugins/ai/gemini/gemini_test.go:234
Function
TestGetApplyVariables
(t *testing.T)
internal/plugins/db/fsdb/patterns_test.go:95
Function
TestGetChatter_AllowsExplicitCodexManualModel
(t *testing.T)
internal/core/plugin_registry_test.go:100
Function
TestGetChatter_ParsesVendorModelPrefix
(t *testing.T)
internal/core/plugin_registry_test.go:154
Function
TestGetChatter_RejectsExplicitCodexModelFromOtherVendor
(t *testing.T)
internal/core/plugin_registry_test.go:130
Function
TestGetChatter_VendorPrefixIgnoredWhenNotAVendor
(t *testing.T)
internal/core/plugin_registry_test.go:184
Function
TestGetChatter_WarnsOnAmbiguousModel
(t *testing.T)
internal/core/plugin_registry_test.go:54
Function
TestGetLocaleCandidates
(t *testing.T)
internal/i18n/i18n_variants_test.go:49
Function
TestGetMaxTokens
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:306
Function
TestGetOutputFormatFromExtension
(t *testing.T)
internal/plugins/ai/openai/openai_image_test.go:121
Function
TestGetPreferredLocale
(t *testing.T)
internal/i18n/locale_test.go:187
Function
TestGetShowOrEpisodeId
(t *testing.T)
internal/tools/spotify/spotify_test.go:8
Function
TestGetWithoutVariables
(t *testing.T)
internal/plugins/db/fsdb/patterns_test.go:148
Function
TestHashConsistency
TestHashConsistency ensures both hash functions produce same results for same content
internal/plugins/template/hash_test.go:93
Function
TestHtmlReadability
(t *testing.T)
internal/tools/converter/html_readability_test.go:9
Function
TestImageGenerationCompatibilityWarning
(t *testing.T)
internal/cli/chat_test.go:169
Function
TestImageGenerationIntegrationScenarios
(t *testing.T)
internal/cli/chat_test.go:271
Function
TestInit
(t *testing.T)
internal/cli/flags_test.go:15
Function
TestInitWithYAMLConfig
(t *testing.T)
internal/cli/flags_test.go:116
Function
TestInsertVersionAtTop
(t *testing.T)
cmd/generate_changelog/internal/changelog/generator_test.go:62
Function
TestInsertVersionAtTop_ImprovedRobustness
(t *testing.T)
cmd/generate_changelog/internal/changelog/processing_test.go:66
Function
TestIntegrationWithInit
(t *testing.T)
internal/i18n/locale_test.go:253
Function
TestIntegration_FormatMetadataAsText
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:179
Function
TestIntegration_GetEpisodeMetadata
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:74
Function
TestIntegration_GetEpisodeMetadata_InvalidID
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:207
Function
TestIntegration_GetShowEpisodes
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:122
Function
TestIntegration_GetShowMetadata
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:47
Function
TestIntegration_GetShowMetadata_InvalidID
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:197
Function
TestIntegration_GrabMetadataForURL_Episode
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:159
Function
TestIntegration_GrabMetadataForURL_Show
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:139
Function
TestIntegration_SearchShows
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:101
Function
TestIntegration_SearchShows_NoResults
(t *testing.T)
internal/tools/spotify/spotify_integration_test.go:217
Function
TestIsConfigured
(t *testing.T)
internal/plugins/ai/azureaigateway/azureaigateway_test.go:558
Function
TestIsConversationalModel
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:200
Function
TestIsGeminiModel
(t *testing.T)
internal/plugins/ai/vertexai/vertexai_test.go:282
Function
TestIsMergeCommit
(t *testing.T)
cmd/generate_changelog/internal/changelog/merge_detection_test.go:10
Function
TestIsTTSModel
Test isTTSModel method
internal/plugins/ai/gemini/gemini_test.go:210
Function
TestIsValidAWSRegion
(t *testing.T)
internal/plugins/ai/bedrock/bedrock_test.go:133
Function
TestIsValidLocale
(t *testing.T)
internal/i18n/locale_test.go:152
← previous
next →
1,001–1,100 of 1,350, ranked by callers