MCPcopy Create free account

hub / github.com/WithGJR/regit-go / functions

Functions68 in github.com/WithGJR/regit-go

↓ 13 callersMethodread_number_in_network_byte_order
(content []byte, num interface{})
core/index.go:125
↓ 9 callersMethodCommit
()
core/branch.go:31
↓ 8 callersMethodLookUpNode
(name string)
core/graph.go:52
↓ 6 callersMethodAddNode
(typ string, name string, sha1Name []byte)
core/graph.go:36
↓ 6 callersFunctionNewBranch
(name string, rootDir string)
core/branch.go:15
↓ 6 callersMethodReadFromExistingObject
(sha1Name string)
core/object.go:256
↓ 6 callersMethodWrite
()
core/branch.go:39
↓ 5 callersFunctionNewCommitObject
(rootDir string)
core/object.go:248
↓ 5 callersMethodRead
()
core/branch.go:22
↓ 4 callersFunctionNewHEAD
(rootDir string)
core/head.go:15
↓ 4 callersFunctionNewIndex
(rootDir string)
core/index.go:106
↓ 4 callersMethodRead
()
core/index.go:143
↓ 4 callersMethodRead
()
core/head.go:20
↓ 4 callersMethodSetCommit
(commit string)
core/branch.go:35
↓ 4 callersMethodtransform_number_to_network_bytes
(n interface{})
core/index.go:133
↓ 3 callersMethodAddEdge
(source string, target string)
core/graph.go:60
↓ 3 callersMethodLoadAllCommits
()
core/commit_graph.go:33
↓ 3 callersFunctionNewCommitGraph
(root_commit *CommitObject, rootDir string)
core/commit_graph.go:20
↓ 3 callersFunctionNewTreeObject
(rootDir string)
core/object.go:125
↓ 3 callersMethodSave
()
core/index.go:204
↓ 3 callersMethodSetParents
(parents []string)
core/object.go:306
↓ 3 callersMethodWriteToFile
()
core/object.go:24
↓ 3 callersMethodreadFromExistingObject
()
core/object.go:48
↓ 2 callersMethodCheckout
(path_names []string)
core/regit.go:143
↓ 2 callersMethodEnqueue
(element interface{})
core/queue.go:22
↓ 2 callersMethodEntries
()
core/index.go:121
↓ 2 callersMethodGenerateContent
()
core/object.go:322
↓ 2 callersFunctionNewBlobObject
(rootDir string)
core/object.go:89
↓ 2 callersFunctionNewGraph
()
core/graph.go:29
↓ 2 callersMethodSetAuthor
(author string)
core/object.go:310
↓ 2 callersMethodSetCommitter
(committer string)
core/object.go:314
↓ 2 callersMethodSetMessage
(message string)
core/object.go:318
↓ 2 callersMethodSetTree
(tree string)
core/object.go:302
↓ 2 callersMethodWriteEntries
(path_names []string, object_ids [][]byte)
core/index.go:286
↓ 2 callersMethodsortEntries
()
core/index.go:267
↓ 1 callersMethodAdd
(path_names []string)
core/regit.go:77
↓ 1 callersMethodAddEntry
(path string, sha1Name []byte)
core/tree_graph.go:21
↓ 1 callersMethodBFS
(source_node *GraphNode, before_callback func(*GraphNode), after_callback func(*GraphNode))
core/graph.go:122
↓ 1 callersMethodClearEntries
()
core/index.go:342
↓ 1 callersMethodCommmit
(message string)
core/regit.go:95
↓ 1 callersMethodConstructTreeObjects
(rootDir string)
core/tree_graph.go:51
↓ 1 callersMethodCreateBranch
(name string)
core/regit.go:181
↓ 1 callersMethodCreateFromFile
(filename string)
core/object.go:96
↓ 1 callersMethodDFS
(before_callback func(*GraphNode), after_callback func(*GraphNode))
core/graph.go:93
↓ 1 callersMethodDequeue
()
core/queue.go:32
↓ 1 callersMethodFilePathNames
return all file path names stored by the tree object
core/object.go:213
↓ 1 callersMethodFilesSHA1
()
core/object.go:235
↓ 1 callersMethodInit
()
core/regit.go:65
↓ 1 callersMethodIsEmpty
()
core/queue.go:42
↓ 1 callersMethodLog
()
core/regit.go:202
↓ 1 callersMethodMerge
(target_branch_name string)
core/regit.go:227
↓ 1 callersFunctionNewQueue
(max_size int)
core/queue.go:12
↓ 1 callersFunctionNewReGit
(rootDir string)
core/regit.go:21
↓ 1 callersFunctionNewTreeGraph
()
core/tree_graph.go:13
↓ 1 callersMethodPointsTo
(name string, isBranchName bool)
core/head.go:46
↓ 1 callersMethodPrintCommitLogs
()
core/commit_graph.go:55
↓ 1 callersMethodReadFromExistingObject
(sha1Name string)
core/object.go:104
↓ 1 callersMethodReadFromExistingObject
(sha1Name string)
core/object.go:145
↓ 1 callersMethodRecursiveRead
(sha1Name string)
core/object.go:174
↓ 1 callersMethodWriteEmptyStatEntries
(path_names []string, object_ids [][]byte, stages []uint16)
core/index.go:330
↓ 1 callersMethodWriteEntries
(entries []*TreeEntry)
core/object.go:134
↓ 1 callersMethodconstruct_file_path_names
(entries []*TreeEntry, root_path string)
core/object.go:192
↓ 1 callersMethodconstruct_files_SHA1
(entries []*TreeEntry)
core/object.go:217
↓ 1 callersMethoddfs_visit
(node *GraphNode, before_callback func(*GraphNode), after_callback func(*GraphNode))
core/graph.go:105
↓ 1 callersMethodhasEntry
(path_name []byte)
core/index.go:258
↓ 1 callersMethodloadUserConfig
()
core/regit.go:29
MethodStage
()
core/index.go:95
Functionmain
()
main.go:11