Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyrochlore/obsidian-tracker
/ addNumTargets
Method
addNumTargets
src/data.ts:192–194 ·
view source on GitHub ↗
(num: number = 1)
Source
from the content-addressed store, hash-verified
190
}
191
192
public addNumTargets(num: number = 1) {
193
this.numTargets = this.numTargets + num;
194
}
195
196
public getNumTargets() {
197
return
this.numTargets;
Callers
7
postprocessor
Method · 0.45
extractDataUsingRegexWithMultipleValues
Function · 0.45
collectDataFromFrontmatterTag
Function · 0.45
collectDataFromFrontmatterExists
Function · 0.45
collectDataFromFrontmatterList
Function · 0.45
collectDataFromFrontmatterKey
Function · 0.45
collectDataFromFileMeta
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected