Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/danielmiessler/Fabric
/ Get
Method
Get
internal/plugins/db/api.go:5–5 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
3
type
Storage[T any]
interface
{
4
Configure() (err error)
5
Get(name string) (ret *T, err error)
6
GetNames() (ret []string, err error)
7
Delete(name string) (err error)
8
Exists(name string) (ret bool)
Callers
15
downloadLocale
Function · 0.65
BuildSession
Method · 0.65
ResolveType
Method · 0.65
ContentBytes
Method · 0.65
detectMimeTypeFromURL
Function · 0.65
getOriginalDescription
Method · 0.65
writeAllFlags
Method · 0.65
Init
Function · 0.65
Get
Method · 0.65
TestListModelsUsesBearerTokenWhenConfigured
Function · 0.65
TestSendEndpointsUseBearerTokenWhenConfigured
Function · 0.65
TestListModelsDoesNotSendBearerForWhitespaceOnlyKey
Function · 0.65
Calls
no outgoing calls
Tested by
14
TestListModelsUsesBearerTokenWhenConfigured
Function · 0.52
TestSendEndpointsUseBearerTokenWhenConfigured
Function · 0.52
TestListModelsDoesNotSendBearerForWhitespaceOnlyKey
Function · 0.52
TestBearerTokenTransport_InjectsHeader
Function · 0.52
TestFetchModelsDirectly_NoGitHubHeaderForOtherHosts
Function · 0.52
TestFetchModelsDirectly_GitHubHostSendsAPIVersionHeader
Function · 0.52
TestBuildAuthorizeURLIncludesPKCE
Function · 0.52
TestRunOAuthFlowCompletesWithCallback
Function · 0.52
TestListModelsFiltersSupportedVisibleModels
Function · 0.52
TestSendRefreshesAfterUnauthorized
Function · 0.52
TestListPublisherModels_Success
Function · 0.52
TestListPublisherModels_Pagination
Function · 0.52