Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ Name
Method
Name
db/functions.go:41–41 ·
view source on GitHub ↗
The function's name
()
Source
from the content-addressed store, hash-verified
39
type
UserFunction
interface
{
40
// The function's name
41
Name() string
42
43
// Returns the name assigned to the N1QL query, if there is one.
44
N1QLQueryName() (string, bool)
Callers
15
TestFeedImport
Function · 0.65
TestOnDemandImport
Function · 0.65
TestOnDemandImportPanicInvalidSyncData
Function · 0.65
TestMigrateMetadataInvalidSyncData
Function · 0.65
TestImportConflictWithTombstone
Function · 0.65
TestImportCancelOnDocWithCorruptSequenceOverImportFeed
Function · 0.65
TestImportCancelOnDocWithCorruptSequenceOndemand
Function · 0.65
TestImportWithSyncCVAndNoVV
Function · 0.65
NewBlipSyncContext
Function · 0.65
TestActiveOnlyCacheUpdate
Function · 0.65
TestBlipSyncErrorUserinfo
Function · 0.65
TestFetchBackupWithDeletedFlag
Function · 0.65
Implementers
1
functionImpl
db/functions/function.go
Calls
no outgoing calls
Tested by
15
TestFeedImport
Function · 0.52
TestOnDemandImport
Function · 0.52
TestOnDemandImportPanicInvalidSyncData
Function · 0.52
TestMigrateMetadataInvalidSyncData
Function · 0.52
TestImportConflictWithTombstone
Function · 0.52
TestImportCancelOnDocWithCorruptSequenceOverImportFeed
Function · 0.52
TestImportCancelOnDocWithCorruptSequenceOndemand
Function · 0.52
TestImportWithSyncCVAndNoVV
Function · 0.52
TestActiveOnlyCacheUpdate
Function · 0.52
TestBlipSyncErrorUserinfo
Function · 0.52
TestFetchBackupWithDeletedFlag
Function · 0.52
TestCorrectHLVWhenFetchingBackupRev
Function · 0.52