layout
default
menu_item
api
title
PathspecMatchList
description
Version 0.26.1
return_to
API Documentation Index
/api/
sections
#diffEntry
#entry
#entrycount
#failedEntry
#failedEntrycount
#diffEntry
#entry
#entrycount
#failedEntry
#failedEntrycount
PathspecMatchList# diffEntry Sync Experimental
var diffDelta = pathspecMatchList . diffEntry ( pos ) ;
| Parameters | Type |
| --- | --- | --- |
| pos | Number | The index into the list |
PathspecMatchList# entry Sync Experimental
var string = pathspecMatchList . entry ( pos ) ;
| Parameters | Type |
| --- | --- | --- |
| pos | Number | The index into the list |
Returns
String
The filename of the match
PathspecMatchList# entrycount Sync Experimental
var result = pathspecMatchList . entrycount ( ) ;
Returns
Number
Number of items in match list
PathspecMatchList# failedEntry Sync Experimental
var string = pathspecMatchList . failedEntry ( pos ) ;
| Parameters | Type |
| --- | --- | --- |
| pos | Number | The index into the failed items |
Returns
String
The pathspec pattern that didn't match anything
PathspecMatchList# failedEntrycount Sync Experimental
var result = pathspecMatchList . failedEntrycount ( ) ;
Returns
Number
Number of items in original pathspec that had no matches