NKP-Pocky/Central\KpDataProvider\src\providers\icom\getIcomCacheData.js:34
async function fetchData() {
const icomData = {};
try {
const unstructuredGeometryData = await getGeometryData();
# ---------------------------------------------------------------- | |
# prompt config for (git-)bash | |
# this is called from /etc/profile.d/git-prompt.sh | |
# (if this file exists, which it apparently does, since you are reading it...) | |
# src: https://github.com/git-for-windows/build-extra/blob/main/git-extra/git-prompt.sh | |
# | |
# why this file? /etc/profile.d/git-prompt.sh is overwritten with git (for windows) is updated. | |
# starting point (default setup for the prompt) can be found in /etc/profile.d/git-prompt.sh | |
# | |
# Config info: https://gist.github.com/adojos/fd30baa716dbfbe282fe147ab717b664 |
NKP-Pocky/Central\KpDataProvider\src\providers\icom\getIcomCacheData.js:34
async function fetchData() {
const icomData = {};
try {
const unstructuredGeometryData = await getGeometryData();
. |