Searched refs:getPID (Results 1 – 2 of 2) sorted by relevance
3 import { getDirectoryOfProcessById, getPID } from '../getRunningProcess';7 describe(getPID, () => {10 const pid = getPID(63828);
12 export function getPID(port: number): number | null { function64 const pid = getPID(port);