class Creestal::Server::ChangeDetector

Defined in:

server/change_detector.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(watch_root : String) #

[View source]

Instance Method Detail

def poll : Array(String) #

Returns every path that was created, modified, or deleted since last poll.


[View source]