Skip to content

Commit fb8bec8

Browse files
committed
Added documentation comment for CreateStatusContextFromIndex function
1 parent 6d4dccb commit fb8bec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func (l *StatusContext) Names() []string {
101101
return res
102102
}
103103

104+
// CreateStatusContextFromIndex creates a status context from index data.
104105
func CreateStatusContextFromIndex(index *Index, sketchbookPaths []string, corePaths []string) (*StatusContext, error) {
105106
// Start with an empty status context
106107
libraries := StatusContext{

0 commit comments

Comments
 (0)