_id
stringlengths
2
7
title
stringclasses
1 value
partition
stringclasses
3 values
text
stringlengths
6
2.61k
language
stringclasses
1 value
meta_information
dict
c160600
train
// Same as the above except the full marshaled and encoded NaclSigInfo.
{ "resource": "" }
c160601
train
// DebugDumpKey is used only in debugging. For now it's not in // use but we might need it in the future.
{ "resource": "" }
c160602
train
// `trigger` is optional, and is of the gregor message that caused the kick.
{ "resource": "" }
c160603
train
// UpdateUnreadCount will take the unread count for an account id and // update the badger.
{ "resource": "" }
c160604
train
// SpecMiniChatPayments creates a summary of the amounts that a list of MiniChatPayments will // result in.
{ "resource": "" }
c160605
train
// HandleOobm will handle any out of band gregor messages for stellar.
{ "resource": "" }
c160606
train
// For a UV, accepted starts out false and transitions to true. It never becomes false again. // A cached true is returned, but a false always hits the server.
{ "resource": "" }
c160607
train
// stopBuildPayment stops a bid forever.
{ "resource": "" }
c160608
train
// acquireBuildPayment takes ownership of a payment build. // Returns a new `mctx` that the caller should switch to. Because it runs within the slot. // When err=nil the caller owns `data` and must release it with `release` when finished. // When err!=nil data is nil. // `release` can be called even when err!=nil. // `...
{ "resource": "" }
c160609
train
// finalizeBuildPayment stops a bid forever and returns its data.
{ "resource": "" }
c160610
train
// BaseFee returns the server-suggested base fee per operation.
{ "resource": "" }
c160611
train
// getFederationClient is a helper function used during // initialization.
{ "resource": "" }
c160612
train
// NewCmdSimpleFSWrite creates a new cli.Command.
{ "resource": "" }
c160613
train
// ParseArgv gets the arguments for this command.
{ "resource": "" }
c160614
train
// Remove duplicates and "untrack" statements in the list
{ "resource": "" }
c160615
train
// NewExtraMetadataV3 creates a new ExtraMetadataV3 given a pair of key bundles
{ "resource": "" }
c160616
train
// DeepCopy implements the ExtraMetadata interface for ExtraMetadataV3.
{ "resource": "" }
c160617
train
// MakeSuccessorCopy implements the ExtraMetadata interface for ExtraMetadataV3.
{ "resource": "" }
c160618
train
// KeyGenerationsToUpdate implements the RootMetadata interface // for RootMetadataV3.
{ "resource": "" }
c160619
train
// IsValidRekeyRequest implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160620
train
// MergedStatus implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160621
train
// IsWriter implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160622
train
// IsReader implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160623
train
// DeepCopy implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160624
train
// MakeSuccessorCopy implements the ImmutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160625
train
// CheckValidSuccessor implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160626
train
// CheckValidSuccessorForServer implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160627
train
// TypeForKeying implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160628
train
// MakeBareTlfHandle implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160629
train
// PromoteReaders implements the RootMetadata interface for // RootMetadataV3.
{ "resource": "" }
c160630
train
// RevokeRemovedDevices implements the RootMetadata interface for // RootMetadataV3.
{ "resource": "" }
c160631
train
// GetUserDevicePublicKeys implements the RootMetadata interface // for RootMetadataV3.
{ "resource": "" }
c160632
train
// GetTLFCryptKeyParams implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160633
train
// CheckWKBID returns an error if the ID of the given writer key // bundle doesn't match the given one.
{ "resource": "" }
c160634
train
// CheckRKBID returns an error if the ID of the given reader key // bundle doesn't match the given one.
{ "resource": "" }
c160635
train
// IsLastModifiedBy implements the RootMetadata interface for // RootMetadataV3.
{ "resource": "" }
c160636
train
// GetSerializedWriterMetadata implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160637
train
// SetLastModifyingWriter implements the MutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160638
train
// SetUnresolvedWriters implements the MutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160639
train
// SetWriters implements the MutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160640
train
// ClearForV4Migration implements the MutableRootMetadata interface // for RootMetadataV3.
{ "resource": "" }
c160641
train
// SetTlfID implements the MutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160642
train
// Version implements the MutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160643
train
// GetCurrentTLFPublicKey implements the RootMetadata interface // for RootMetadataV3.
{ "resource": "" }
c160644
train
// GetUnresolvedParticipants implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160645
train
// UpdateKeyBundles implements the MutableRootMetadata interface // for RootMetadataV3.
{ "resource": "" }
c160646
train
// FinalizeRekey implements the MutableRootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160647
train
// GetHistoricTLFCryptKey implements the RootMetadata interface for RootMetadataV3.
{ "resource": "" }
c160648
train
// NewLogHandler creates a LogHandler for the xp transport.
{ "resource": "" }
c160649
train
// NewKBFSOpsStandard constructs a new KBFSOpsStandard object.
{ "resource": "" }
c160650
train
// Shutdown safely shuts down any background goroutines that may have // been launched by KBFSOpsStandard.
{ "resource": "" }
c160651
train
// ClearPrivateFolderMD implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160652
train
// ForceFastForward implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160653
train
// InvalidateNodeAndChildren implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160654
train
// GetFavorites implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160655
train
// GetFavoritesAll implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160656
train
// RefreshCachedFavorites implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160657
train
// ClearCachedFavorites implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160658
train
// AddFavorite implements the KBFSOps interface for KBFSOpsStandard.
{ "resource": "" }
c160659
train
// SetFavoritesHomeTLFInfo implements the KBFSOps interface for KBFSOpsStandard.
{ "resource": "" }
c160660
train
// RefreshEditHistory implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160661
train
// DeleteFavorite implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160662
train
// createAndStoreTlfIDIfNeeded creates a TLF ID for a team-backed // handle that doesn't have one yet, and associates it in the service // with the team. If it returns a `nil` error, it may have modified // `h` to include the new TLF ID.
{ "resource": "" }
c160663
train
// GetTLFCryptKeys implements the KBFSOps interface for // KBFSOpsStandard
{ "resource": "" }
c160664
train
// GetTLFID implements the KBFSOps interface for KBFSOpsStandard.
{ "resource": "" }
c160665
train
// GetTLFHandle implements the KBFSOps interface for KBFSOpsStandard.
{ "resource": "" }
c160666
train
// GetOrCreateRootNode implements the KBFSOps interface for // KBFSOpsStandard
{ "resource": "" }
c160667
train
// GetDirChildren implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160668
train
// Stat implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160669
train
// CreateFile implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160670
train
// RemoveDir implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160671
train
// Rename implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160672
train
// Read implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160673
train
// Write implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160674
train
// Truncate implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160675
train
// SetEx implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160676
train
// SetMtime implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160677
train
// FolderStatus implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160678
train
// Status implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160679
train
// RequestRekey implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160680
train
// SyncFromServer implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160681
train
// GetUpdateHistory implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160682
train
// GetEditHistory implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160683
train
// GetRootNodeMetadata implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160684
train
// TeamNameChanged implements the KBFSOps interface for KBFSOpsStandard
{ "resource": "" }
c160685
train
// KickoffAllOutstandingRekeys implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160686
train
// NewNotificationChannel implements the KBFSOps interface for // KBFSOpsStandard.
{ "resource": "" }
c160687
train
// Reset implements the KBFSOps interface for KBFSOpsStandard.
{ "resource": "" }
c160688
train
// ClearConflictView resets a TLF's jounral and conflict DB to a non // -conflicting state.
{ "resource": "" }
c160689
train
// GetSyncConfig implements the KBFSOps interface for KBFSOpsStandard.
{ "resource": "" }
c160690
train
// RegisterForChanges implements the Notifer interface for KBFSOpsStandard
{ "resource": "" }
c160691
train
// NewFileReadCloseResetter creates a ReadCloseResetter that uses an on-disk file as // source of data.
{ "resource": "" }
c160692
train
// Read implements the ReadCloseResetter interface.
{ "resource": "" }
c160693
train
// Close implements the ReadCloseResetter interface.
{ "resource": "" }
c160694
train
// NewReadCloseResetter creates a ReadCloseResetter using either on-disk file // or SimpleFS depending on if p is a KBFS path.
{ "resource": "" }
c160695
train
// StatOSOrKbfsFile stats the file located at p, using SimpleFSStat if it's a // KBFS path, or os.Stat if not.
{ "resource": "" }
c160696
train
// NewPerUserKeyUpkeepBackground creates a PerUserKeyUpkeepBackground engine.
{ "resource": "" }
c160697
train
// Write implements the fs.HandleWriter interface for DebugServerFile.
{ "resource": "" }
c160698
train
// Note this method should not be used directly since we only want each // conversation to appear once in the heap. Use // `BackgroundEphemeralPurger.update` instead since it handles this as // intended.
{ "resource": "" }
c160699
train
// Read all purgeInfo from disk and startup our queue.
{ "resource": "" }