()
| 255 | * Follows the same resolution order as getAutoMemPath(). |
| 256 | */ |
| 257 | export function getAutoMemEntrypoint(): string { |
| 258 | return join(getAutoMemPath(), AUTO_MEM_ENTRYPOINT_NAME) |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Check if an absolute path is within the auto-memory directory. |
no outgoing calls
no test coverage detected