Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _tokensCountText
Method
_tokensCountText
packages/main/src/MultiInput.ts:441–443 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
439
}
440
441
get _tokensCountText() {
442
return
getTokensCountText(this.tokens.length);
443
}
444
445
get _valueHelpText() {
446
return
MultiInput.i18nBundle.getText(MULTIINPUT_VALUE_HELP);
Callers
nothing calls this directly
Calls
1
getTokensCountText
Function · 0.85
Tested by
no test coverage detected