Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ getOptionStringArray
Method
getOptionStringArray
jnode-core/src/jnode/ftn/FtnTools.java:547–550 ·
view source on GitHub ↗
(Link link, String option)
Source
from the content-addressed store, hash-verified
545
}
546
547
public
static
String[] getOptionStringArray(Link link, String option) {
548
String s = getOption(link, option);
549
return
s.split(
" "
);
550
}
551
552
/**
553
* Конвертер
Callers
4
list
Method · 0.95
add
Method · 0.95
list
Method · 0.95
add
Method · 0.95
Calls
1
getOption
Method · 0.95
Tested by
no test coverage detected